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
- CodeCatchClauseCollection.cs
- ParameterEditorUserControl.cs
- MetadataProperty.cs
- DocumentOrderComparer.cs
- SyndicationSerializer.cs
- TableLayoutPanelBehavior.cs
- ComponentChangedEvent.cs
- XmlReader.cs
- UIElementHelper.cs
- WebPartZoneCollection.cs
- _ContextAwareResult.cs
- BooleanExpr.cs
- SBCSCodePageEncoding.cs
- Graphics.cs
- XslAst.cs
- MouseEvent.cs
- SerializerProvider.cs
- XmlTextAttribute.cs
- ToolStripDropDownMenu.cs
- XPathItem.cs
- ISAPIApplicationHost.cs
- IgnoreDataMemberAttribute.cs
- VirtualPathUtility.cs
- NativeMethodsCLR.cs
- WebPartDeleteVerb.cs
- ContentWrapperAttribute.cs
- LocatorPartList.cs
- DiscoveryClientReferences.cs
- WebConfigurationManager.cs
- PlanCompiler.cs
- TextEndOfParagraph.cs
- EdmType.cs
- Vector3DCollection.cs
- RuntimeWrappedException.cs
- FormClosedEvent.cs
- dataSvcMapFileLoader.cs
- NonClientArea.cs
- EmbeddedMailObject.cs
- ContextItem.cs
- GraphicsPath.cs
- Rect.cs
- DecimalConverter.cs
- ContextMarshalException.cs
- Interop.cs
- AuthenticationConfig.cs
- DataSourceGeneratorException.cs
- CompilationUnit.cs
- UserControlCodeDomTreeGenerator.cs
- TableItemStyle.cs
- Point3D.cs
- XmlImplementation.cs
- MapPathBasedVirtualPathProvider.cs
- GetMemberBinder.cs
- ChangeInterceptorAttribute.cs
- WebEventTraceProvider.cs
- TextDpi.cs
- InheritedPropertyChangedEventArgs.cs
- PositiveTimeSpanValidatorAttribute.cs
- InputScopeManager.cs
- GlyphTypeface.cs
- TerminateDesigner.cs
- DBConnectionString.cs
- httpapplicationstate.cs
- Pens.cs
- DbExpressionRules.cs
- HeaderCollection.cs
- RawStylusInput.cs
- ColorInterpolationModeValidation.cs
- InheritanceContextHelper.cs
- WebPartHeaderCloseVerb.cs
- Timer.cs
- RawStylusInputCustomDataList.cs
- ProcessThreadCollection.cs
- PageFunction.cs
- IPPacketInformation.cs
- EmptyControlCollection.cs
- MultiTouchSystemGestureLogic.cs
- DbConvert.cs
- SuppressMessageAttribute.cs
- TableCell.cs
- Rules.cs
- SessionIDManager.cs
- ImageSource.cs
- RedBlackList.cs
- ProcessThreadCollection.cs
- LogicalCallContext.cs
- TableColumnCollection.cs
- DesignerActionList.cs
- TreeNodeCollection.cs
- Privilege.cs
- DataServiceRequestOfT.cs
- DrawListViewItemEventArgs.cs
- ReaderWriterLock.cs
- SecurityTokenSerializer.cs
- TypeCacheManager.cs
- QueryExpr.cs
- Pool.cs
- ResourcesBuildProvider.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- GlyphShapingProperties.cs