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
- StyleModeStack.cs
- XmlSchemaSearchPattern.cs
- InplaceBitmapMetadataWriter.cs
- URLMembershipCondition.cs
- ObjectKeyFrameCollection.cs
- EncryptedReference.cs
- Directory.cs
- VectorCollectionConverter.cs
- StringSorter.cs
- CodePageEncoding.cs
- StringFreezingAttribute.cs
- GetCryptoTransformRequest.cs
- PluralizationServiceUtil.cs
- DataMemberConverter.cs
- HttpResponseWrapper.cs
- NameValueConfigurationElement.cs
- SpeechSynthesizer.cs
- XmlSchemaInclude.cs
- GeometryCombineModeValidation.cs
- Comparer.cs
- PageSettings.cs
- BaseDataBoundControl.cs
- SQLInt16Storage.cs
- BaseCAMarshaler.cs
- WindowsAuthenticationModule.cs
- securitycriticaldataformultiplegetandset.cs
- SHA384CryptoServiceProvider.cs
- PrivilegedConfigurationManager.cs
- OverflowException.cs
- MimeMapping.cs
- TextMetrics.cs
- DomNameTable.cs
- SubMenuStyleCollection.cs
- SizeAnimationUsingKeyFrames.cs
- DefaultTraceListener.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- autovalidator.cs
- DerivedKeyCachingSecurityTokenSerializer.cs
- SystemNetworkInterface.cs
- Errors.cs
- OdbcEnvironment.cs
- FrameworkContentElementAutomationPeer.cs
- RequestResponse.cs
- EditorZoneBase.cs
- CommandField.cs
- SqlExpander.cs
- SizeConverter.cs
- DataGridCellItemAutomationPeer.cs
- ApplicationId.cs
- SuppressedPackageProperties.cs
- SafeNativeMethodsCLR.cs
- ScriptResourceAttribute.cs
- TreeBuilderXamlTranslator.cs
- ArraySet.cs
- dsa.cs
- FormatSelectingMessageInspector.cs
- StorageInfo.cs
- ImageMapEventArgs.cs
- ExpressionBuilder.cs
- RefType.cs
- SimpleApplicationHost.cs
- ProvidePropertyAttribute.cs
- _Rfc2616CacheValidators.cs
- HttpEncoder.cs
- WaitForChangedResult.cs
- FieldNameLookup.cs
- WindowsNonControl.cs
- XmlValueConverter.cs
- NonParentingControl.cs
- StrokeFIndices.cs
- EventDescriptorCollection.cs
- VisualStyleRenderer.cs
- SQLGuidStorage.cs
- RepeatButtonAutomationPeer.cs
- AnonymousIdentificationSection.cs
- EncoderBestFitFallback.cs
- DataRecordInfo.cs
- AlphabeticalEnumConverter.cs
- XmlAtomicValue.cs
- HttpRuntime.cs
- XmlSchemaCollection.cs
- MailAddressCollection.cs
- DefaultCommandExtensionCallback.cs
- ProcessingInstructionAction.cs
- CodeBinaryOperatorExpression.cs
- AppendHelper.cs
- VisualBasicValue.cs
- ReadWriteSpinLock.cs
- SwitchCase.cs
- SafeWaitHandle.cs
- SqlProviderManifest.cs
- DesignerAdapterUtil.cs
- CodeVariableDeclarationStatement.cs
- XmlSchemaAnnotation.cs
- JoinGraph.cs
- SecurityTokenValidationException.cs
- WindowsPrincipal.cs
- SqlConnectionPoolGroupProviderInfo.cs
- DtcInterfaces.cs
- DatePickerAutomationPeer.cs