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
- RoutedEventValueSerializer.cs
- ApplicationId.cs
- SqlCharStream.cs
- ThemeDictionaryExtension.cs
- StyleTypedPropertyAttribute.cs
- FormViewPageEventArgs.cs
- ImpersonationOption.cs
- Control.cs
- hresults.cs
- ObjectSet.cs
- GridViewCancelEditEventArgs.cs
- CFGGrammar.cs
- FontFamilyIdentifier.cs
- HtmlLink.cs
- FixedSOMPage.cs
- ToolStripDropTargetManager.cs
- SizeFConverter.cs
- ToolboxControl.cs
- Guid.cs
- PluralizationServiceUtil.cs
- GridViewItemAutomationPeer.cs
- handlecollector.cs
- DataGridCell.cs
- HandleCollector.cs
- XmlWhitespace.cs
- WebColorConverter.cs
- StorageEndPropertyMapping.cs
- XMLDiffLoader.cs
- PerformanceCounterCategory.cs
- Action.cs
- PathFigure.cs
- DataSourceHelper.cs
- GridViewRowCollection.cs
- _SSPISessionCache.cs
- PluggableProtocol.cs
- CqlWriter.cs
- MenuBindingsEditor.cs
- BrowserTree.cs
- StyleCollection.cs
- XmlHierarchicalDataSourceView.cs
- TableHeaderCell.cs
- CodeMemberMethod.cs
- XmlJsonReader.cs
- CharStorage.cs
- XmlLanguage.cs
- OutputChannel.cs
- SerializationInfoEnumerator.cs
- SQLMoneyStorage.cs
- URIFormatException.cs
- ThreadStaticAttribute.cs
- ScrollableControlDesigner.cs
- ListViewItem.cs
- RowsCopiedEventArgs.cs
- Error.cs
- ACL.cs
- PointAnimation.cs
- EditorZoneBase.cs
- XmlIlGenerator.cs
- _LocalDataStoreMgr.cs
- StorageComplexTypeMapping.cs
- GetPageNumberCompletedEventArgs.cs
- NamespaceList.cs
- XPathDocumentBuilder.cs
- MessageAction.cs
- QueryAccessibilityHelpEvent.cs
- Constraint.cs
- HandleDictionary.cs
- BindingExpressionBase.cs
- ComponentEditorForm.cs
- XmlSerializableWriter.cs
- ExtendedProperty.cs
- ObjectIDGenerator.cs
- BinaryParser.cs
- GroupBox.cs
- LinearQuaternionKeyFrame.cs
- DocumentGridPage.cs
- PagedDataSource.cs
- SerializationInfo.cs
- AsyncStreamReader.cs
- smtppermission.cs
- AppSettingsExpressionBuilder.cs
- JapaneseCalendar.cs
- FormViewCommandEventArgs.cs
- LinearQuaternionKeyFrame.cs
- PagesChangedEventArgs.cs
- DataGridViewColumnTypePicker.cs
- MetadataItemEmitter.cs
- XmlSchemaException.cs
- TextDocumentView.cs
- RegexWorker.cs
- LogExtent.cs
- OwnerDrawPropertyBag.cs
- Crypto.cs
- Vector.cs
- EntityFunctions.cs
- unsafeIndexingFilterStream.cs
- DecimalConstantAttribute.cs
- PrintDialogException.cs
- ProfileGroupSettings.cs
- IfElseDesigner.xaml.cs