Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / 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. 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
- TrackBarDesigner.cs
- DbConnectionHelper.cs
- PrtCap_Reader.cs
- _FtpControlStream.cs
- CrossAppDomainChannel.cs
- StateMachineSubscriptionManager.cs
- MULTI_QI.cs
- OneWayBindingElementImporter.cs
- CompilerWrapper.cs
- ToolStripContextMenu.cs
- ApplicationContext.cs
- DemultiplexingDispatchMessageFormatter.cs
- PresentationSource.cs
- NullableBoolConverter.cs
- SmiEventStream.cs
- SHA1CryptoServiceProvider.cs
- FlagsAttribute.cs
- FlowPosition.cs
- KnownBoxes.cs
- XPathPatternBuilder.cs
- ProtocolsConfigurationHandler.cs
- PropertyKey.cs
- TextTreeTextElementNode.cs
- PolyBezierSegment.cs
- TagPrefixAttribute.cs
- MailHeaderInfo.cs
- GeneralTransformCollection.cs
- FactoryGenerator.cs
- Int32EqualityComparer.cs
- CheckBox.cs
- TextBoxDesigner.cs
- PageRequestManager.cs
- WindowHideOrCloseTracker.cs
- DataGridColumnCollection.cs
- HttpListenerPrefixCollection.cs
- RowBinding.cs
- PtsHelper.cs
- SettingsPropertyValue.cs
- ResourceDescriptionAttribute.cs
- CompareInfo.cs
- DataSourceConverter.cs
- ConfigurationStrings.cs
- DocumentGrid.cs
- CachedFontFamily.cs
- KeyTime.cs
- CompositeScriptReference.cs
- Timer.cs
- UnsafeNativeMethodsCLR.cs
- HashStream.cs
- XPathBuilder.cs
- DBAsyncResult.cs
- RawMouseInputReport.cs
- AccessControlList.cs
- GridSplitterAutomationPeer.cs
- MemoryRecordBuffer.cs
- UnsafeNativeMethods.cs
- HandleValueEditor.cs
- SqlHelper.cs
- GC.cs
- MappedMetaModel.cs
- DecoderExceptionFallback.cs
- GPRECT.cs
- SRGSCompiler.cs
- FrameworkContentElement.cs
- wgx_render.cs
- InvalidPropValue.cs
- HtmlElementErrorEventArgs.cs
- IEnumerable.cs
- HelpHtmlBuilder.cs
- SqlDataSourceStatusEventArgs.cs
- StrokeNodeData.cs
- OracleParameter.cs
- ComAdminWrapper.cs
- PageHandlerFactory.cs
- securestring.cs
- ActiveXHost.cs
- FieldDescriptor.cs
- activationcontext.cs
- ExpressionWriter.cs
- NavigationPropertyEmitter.cs
- HopperCache.cs
- propertyentry.cs
- TreeNodeStyleCollection.cs
- localization.cs
- SmtpSection.cs
- DeclarationUpdate.cs
- DeobfuscatingStream.cs
- OneWayBindingElementImporter.cs
- WpfWebRequestHelper.cs
- SQLRoleProvider.cs
- TextTreeInsertElementUndoUnit.cs
- OleDbConnection.cs
- RsaSecurityTokenAuthenticator.cs
- TrackBarRenderer.cs
- ISAPIApplicationHost.cs
- TransportChannelFactory.cs
- ObjectPropertyMapping.cs
- __FastResourceComparer.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- URLString.cs