Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Input / InputDevice.cs / 1 / InputDevice.cs
using System.Windows.Threading; using System; namespace System.Windows.Input { ////// Provides the base class for all input devices. /// public abstract class InputDevice : DispatcherObject { ////// Constructs an instance of the InputDevice class. /// protected InputDevice() { // Only we can create these. // } ////// Returns the element that input from this device is sent to. /// public abstract IInputElement Target{get;} ////// Returns the PresentationSource that is reporting input for this device. /// public abstract PresentationSource ActiveSource { get; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EntityCommandExecutionException.cs
- Base64Encoder.cs
- BufferAllocator.cs
- IApplicationTrustManager.cs
- SafeCryptoKeyHandle.cs
- RegisterInfo.cs
- DoubleCollectionValueSerializer.cs
- EffectiveValueEntry.cs
- ToolStripPanelSelectionBehavior.cs
- CancelEventArgs.cs
- FrameworkElementFactory.cs
- SurrogateSelector.cs
- DataGridViewAdvancedBorderStyle.cs
- EtwTrace.cs
- VariantWrapper.cs
- XmlBaseWriter.cs
- TypeDefinition.cs
- BuildProvidersCompiler.cs
- ContentPresenter.cs
- SimpleWebHandlerParser.cs
- SevenBitStream.cs
- InternalTransaction.cs
- BinaryReader.cs
- DSASignatureDeformatter.cs
- CaseInsensitiveComparer.cs
- WebServiceReceive.cs
- SchemaAttDef.cs
- SharedUtils.cs
- PersonalizablePropertyEntry.cs
- ImageListUtils.cs
- SystemDiagnosticsSection.cs
- ChannelManager.cs
- LayoutEvent.cs
- DBSchemaTable.cs
- StringDictionaryEditor.cs
- SplayTreeNode.cs
- GeneralTransform2DTo3DTo2D.cs
- PeerInvitationResponse.cs
- CustomLineCap.cs
- FtpRequestCacheValidator.cs
- AttributeCollection.cs
- StringUtil.cs
- ReferenceList.cs
- SemanticResolver.cs
- WebPermission.cs
- MatrixCamera.cs
- ModelPropertyImpl.cs
- SpeakProgressEventArgs.cs
- UIHelper.cs
- PinnedBufferMemoryStream.cs
- PartDesigner.cs
- AssemblyHash.cs
- SortFieldComparer.cs
- PropertyDescriptorCollection.cs
- CodeIndexerExpression.cs
- HtmlImage.cs
- DES.cs
- PieceNameHelper.cs
- MarkupExtensionParser.cs
- SqlBuffer.cs
- ConnectionManagementElementCollection.cs
- AnnotationResource.cs
- Parameter.cs
- IxmlLineInfo.cs
- DataGridViewCellStyleChangedEventArgs.cs
- TraceLevelStore.cs
- VersionValidator.cs
- MergeFilterQuery.cs
- ModelItem.cs
- SignatureToken.cs
- SmtpAuthenticationManager.cs
- FormsAuthenticationModule.cs
- RoleBoolean.cs
- TemplateComponentConnector.cs
- base64Transforms.cs
- PreparingEnlistment.cs
- ForeignConstraint.cs
- ResourceSet.cs
- TabPage.cs
- AssemblyResolver.cs
- TextRange.cs
- UpDownEvent.cs
- RadioButton.cs
- PageParser.cs
- NavigatorOutput.cs
- XPathConvert.cs
- RootBrowserWindow.cs
- MediaPlayerState.cs
- SiteMap.cs
- GenerateScriptTypeAttribute.cs
- XmlNotation.cs
- BitStream.cs
- DbException.cs
- HttpClientCertificate.cs
- GlobalizationAssembly.cs
- EntityDataSourceColumn.cs
- BitmapSourceSafeMILHandle.cs
- BypassElementCollection.cs
- PointUtil.cs
- UnSafeCharBuffer.cs