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
- PolicyAssertionCollection.cs
- OutputScope.cs
- WebPartConnectionsCancelEventArgs.cs
- GuidConverter.cs
- RootBuilder.cs
- SchemaImporter.cs
- WindowsSysHeader.cs
- FileStream.cs
- TypeReference.cs
- NativeMethods.cs
- CompatibleComparer.cs
- SortExpressionBuilder.cs
- WindowsFormsLinkLabel.cs
- BaseCodePageEncoding.cs
- ObjectStateEntryDbDataRecord.cs
- PointLightBase.cs
- ScrollContentPresenter.cs
- FixedPageProcessor.cs
- SerialErrors.cs
- EditingCommands.cs
- TextTreeTextElementNode.cs
- PermissionListSet.cs
- XmlnsPrefixAttribute.cs
- Environment.cs
- UserControlParser.cs
- KeyValueConfigurationElement.cs
- ZipIOLocalFileHeader.cs
- WindowsUpDown.cs
- GradientPanel.cs
- compensatingcollection.cs
- CounterCreationDataConverter.cs
- Int64AnimationUsingKeyFrames.cs
- MetafileHeader.cs
- ScrollBar.cs
- PrintingPermission.cs
- PerfService.cs
- LinkArea.cs
- ReferenceConverter.cs
- RowUpdatedEventArgs.cs
- EntityDataSourceEntityTypeFilterItem.cs
- ToolStripSystemRenderer.cs
- Int32Converter.cs
- RadioButtonRenderer.cs
- SpotLight.cs
- DataControlImageButton.cs
- XsltOutput.cs
- PackageProperties.cs
- TrackingProfileDeserializationException.cs
- ConcurrentQueue.cs
- __FastResourceComparer.cs
- X509CertificateCollection.cs
- RegularExpressionValidator.cs
- MetaDataInfo.cs
- DataGridItemAutomationPeer.cs
- Italic.cs
- CircleEase.cs
- BuiltInPermissionSets.cs
- odbcmetadatafactory.cs
- SimpleWebHandlerParser.cs
- CanonicalFormWriter.cs
- ZipArchive.cs
- SettingsSavedEventArgs.cs
- BitmapSource.cs
- DeclaredTypeElement.cs
- FormViewUpdateEventArgs.cs
- ThreadTrace.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- EntityChangedParams.cs
- SpStreamWrapper.cs
- DataBindingExpressionBuilder.cs
- XmlSchemaAnyAttribute.cs
- ConnectionPoolManager.cs
- SchemaMapping.cs
- OrderedHashRepartitionEnumerator.cs
- FontCollection.cs
- RootBuilder.cs
- DateBoldEvent.cs
- BufferedReadStream.cs
- XmlCharCheckingReader.cs
- MetadataCache.cs
- xmlfixedPageInfo.cs
- MobileControlsSectionHelper.cs
- MasterPage.cs
- PlainXmlDeserializer.cs
- sqlcontext.cs
- DynamicResourceExtension.cs
- BaseCollection.cs
- ByteStreamMessageEncoder.cs
- ToolStripProgressBar.cs
- GlyphingCache.cs
- SchemaElementDecl.cs
- ReliableMessagingHelpers.cs
- DictionaryContent.cs
- DtrList.cs
- ComEventsMethod.cs
- QueueProcessor.cs
- ConnectionStringsExpressionEditor.cs
- RightsManagementSuppressedStream.cs
- AnnotationService.cs
- DataGridViewSortCompareEventArgs.cs