Code:
/ 4.0 / 4.0 / 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. 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
- NumberSubstitution.cs
- QueryInterceptorAttribute.cs
- FileClassifier.cs
- PasswordRecovery.cs
- ItemCollection.cs
- ConfigurationManagerInternal.cs
- RoleService.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- ContainerParaClient.cs
- ParallelTimeline.cs
- PageSettings.cs
- FormConverter.cs
- DataConnectionHelper.cs
- SchemaDeclBase.cs
- FontUnit.cs
- DbConnectionStringCommon.cs
- KeyNotFoundException.cs
- ToolStripDropDownMenu.cs
- PropertyEmitter.cs
- ServicePointManagerElement.cs
- TypeInfo.cs
- ConfigXmlComment.cs
- DataSourceXmlElementAttribute.cs
- X509RecipientCertificateClientElement.cs
- QilValidationVisitor.cs
- Directory.cs
- RunInstallerAttribute.cs
- assemblycache.cs
- ActivityDesignerHighlighter.cs
- PartialList.cs
- AssemblySettingAttributes.cs
- DataGridViewLinkColumn.cs
- TextRunTypographyProperties.cs
- CharKeyFrameCollection.cs
- ProxySimple.cs
- CategoryAttribute.cs
- MessagePartSpecification.cs
- InfoCardClaimCollection.cs
- CustomAttributeFormatException.cs
- MimeBasePart.cs
- Page.cs
- URL.cs
- ResourceContainer.cs
- ApplicationContext.cs
- WebPartZoneCollection.cs
- TrackBarRenderer.cs
- SamlAttribute.cs
- WindowsStreamSecurityBindingElement.cs
- DriveNotFoundException.cs
- MessageQueueEnumerator.cs
- CalendarAutoFormatDialog.cs
- SqlUserDefinedAggregateAttribute.cs
- SecurityChannelListener.cs
- PlanCompilerUtil.cs
- HttpValueCollection.cs
- RootProjectionNode.cs
- DbModificationClause.cs
- MemoryResponseElement.cs
- Cursors.cs
- ClientData.cs
- UriTemplateTable.cs
- PresentationAppDomainManager.cs
- InstanceLockQueryResult.cs
- TraceUtility.cs
- _ChunkParse.cs
- LogFlushAsyncResult.cs
- ThumbButtonInfo.cs
- MediaContextNotificationWindow.cs
- ApplicationCommands.cs
- DivideByZeroException.cs
- StringReader.cs
- Polyline.cs
- CodeStatement.cs
- DocumentOrderComparer.cs
- LinkDescriptor.cs
- TreeNodeStyleCollection.cs
- ThaiBuddhistCalendar.cs
- TextSpan.cs
- NavigationFailedEventArgs.cs
- ErrorHandler.cs
- ResourceReferenceKeyNotFoundException.cs
- LoaderAllocator.cs
- ColumnHeaderConverter.cs
- BitmapVisualManager.cs
- AttachmentCollection.cs
- KeyboardDevice.cs
- FieldNameLookup.cs
- Schema.cs
- ClientProxyGenerator.cs
- PluralizationServiceUtil.cs
- TextMetrics.cs
- ComponentResourceManager.cs
- DefaultValueAttribute.cs
- URLBuilder.cs
- SafeNativeMethods.cs
- CodeObject.cs
- And.cs
- DefaultTextStore.cs
- MenuItem.cs
- SoapTransportImporter.cs