Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Input / InputDevice.cs / 1305600 / 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
- TableChangeProcessor.cs
- ThumbButtonInfo.cs
- ConnectionsZone.cs
- UnsafeNativeMethodsMilCoreApi.cs
- SocketException.cs
- CompilerErrorCollection.cs
- ToolStripOverflow.cs
- Vertex.cs
- BindingMemberInfo.cs
- MediaTimeline.cs
- TypeConverterAttribute.cs
- StringFormat.cs
- Transform.cs
- TypedTableBase.cs
- CodeAccessSecurityEngine.cs
- WebContext.cs
- ObjectHandle.cs
- LostFocusEventManager.cs
- GorillaCodec.cs
- RadioButtonAutomationPeer.cs
- DataGridRowAutomationPeer.cs
- VisualStyleTypesAndProperties.cs
- FilteredXmlReader.cs
- BaseUriHelper.cs
- CodeParameterDeclarationExpression.cs
- HandleRef.cs
- XmlSchemaDocumentation.cs
- ValidateNames.cs
- ConfigurationSettings.cs
- ScrollChrome.cs
- GetPolicyDetailsRequest.cs
- MatchingStyle.cs
- FormViewRow.cs
- TemplateField.cs
- PartitionResolver.cs
- SharedPersonalizationStateInfo.cs
- EmptyStringExpandableObjectConverter.cs
- OutputCacheProfile.cs
- NameValuePair.cs
- HttpCachePolicyElement.cs
- BaseAutoFormat.cs
- NullableIntMinMaxAggregationOperator.cs
- PriorityBinding.cs
- UriExt.cs
- DataRowChangeEvent.cs
- ChangeTracker.cs
- ECDiffieHellman.cs
- ObjectConverter.cs
- MobileTextWriter.cs
- WebPart.cs
- Pens.cs
- WebService.cs
- OleDbPropertySetGuid.cs
- IgnoreSection.cs
- ClosureBinding.cs
- StylusPointProperties.cs
- ExpandSegmentCollection.cs
- MemberMaps.cs
- ListItemCollection.cs
- contentDescriptor.cs
- RemotingException.cs
- KnownBoxes.cs
- BatchParser.cs
- BoundField.cs
- Int32KeyFrameCollection.cs
- ParseNumbers.cs
- CopyEncoder.cs
- HtmlShimManager.cs
- XmlComment.cs
- UTF32Encoding.cs
- CircleHotSpot.cs
- ElementHost.cs
- QueueProcessor.cs
- DataGridViewComponentPropertyGridSite.cs
- CodeSnippetStatement.cs
- SubqueryRules.cs
- MediaElementAutomationPeer.cs
- VBCodeProvider.cs
- LinkLabel.cs
- ContextProperty.cs
- PerformanceCounterPermissionEntry.cs
- ADMembershipUser.cs
- HasCopySemanticsAttribute.cs
- UnsafeNativeMethods.cs
- AnimationStorage.cs
- InfiniteIntConverter.cs
- EventProvider.cs
- GridView.cs
- StringFormat.cs
- CombinedHttpChannel.cs
- CustomWebEventKey.cs
- Deflater.cs
- HtmlInputFile.cs
- FontWeight.cs
- BooleanAnimationUsingKeyFrames.cs
- CategoryAttribute.cs
- errorpatternmatcher.cs
- ParameterCollection.cs
- BooleanFunctions.cs
- PackageRelationship.cs