Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ScriptModule.cs
- PolicyStatement.cs
- StringBuilder.cs
- HostingEnvironmentException.cs
- ObjectQueryExecutionPlan.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- ArgumentOutOfRangeException.cs
- DocumentReference.cs
- WebPartTransformer.cs
- WebServiceTypeData.cs
- TextHintingModeValidation.cs
- ObjectSpanRewriter.cs
- SystemIPInterfaceProperties.cs
- XmlWriterSettings.cs
- WeakReadOnlyCollection.cs
- AuthorizationSection.cs
- XmlWriterTraceListener.cs
- IISMapPath.cs
- IEnumerable.cs
- DetailsViewUpdateEventArgs.cs
- WebScriptEndpointElement.cs
- ReadWriteSpinLock.cs
- XhtmlBasicPhoneCallAdapter.cs
- IdentityModelDictionary.cs
- WsrmMessageInfo.cs
- SmtpAuthenticationManager.cs
- AssemblyFilter.cs
- externdll.cs
- BamlWriter.cs
- SoapHeaderAttribute.cs
- PersonalizablePropertyEntry.cs
- ExtensionElement.cs
- ConstraintEnumerator.cs
- FreeFormPanel.cs
- HttpHandlerAction.cs
- BooleanStorage.cs
- SelectedDatesCollection.cs
- CorrelationQuery.cs
- ImageConverter.cs
- ListViewDeleteEventArgs.cs
- QilXmlReader.cs
- LexicalChunk.cs
- ExtensibleClassFactory.cs
- BindingSource.cs
- CroppedBitmap.cs
- EnumDataContract.cs
- TickBar.cs
- NumberAction.cs
- Validator.cs
- Shared.cs
- HostVisual.cs
- EndpointConfigContainer.cs
- AutomationElementCollection.cs
- CodeTypeParameter.cs
- SortQuery.cs
- HitTestWithPointDrawingContextWalker.cs
- DataSet.cs
- Rijndael.cs
- basevalidator.cs
- TrackingQueryElement.cs
- SessionEndingEventArgs.cs
- _Connection.cs
- Substitution.cs
- SecurityTokenException.cs
- ArgumentOutOfRangeException.cs
- MouseOverProperty.cs
- View.cs
- TypeBinaryExpression.cs
- MessageQueuePermission.cs
- MenuItemAutomationPeer.cs
- WebEvents.cs
- HttpCacheParams.cs
- TraceContextEventArgs.cs
- PointLight.cs
- ItemMap.cs
- COM2IPerPropertyBrowsingHandler.cs
- ItemCollection.cs
- Rijndael.cs
- HashCodeCombiner.cs
- SafeRsaProviderHandle.cs
- Interop.cs
- PathHelper.cs
- OleDbRowUpdatedEvent.cs
- LabelDesigner.cs
- OdbcEnvironmentHandle.cs
- SQLMoney.cs
- CommandPlan.cs
- DataControlField.cs
- MemoryMappedFileSecurity.cs
- CqlErrorHelper.cs
- WindowsStatusBar.cs
- BindToObject.cs
- SynchronousChannel.cs
- XmlIlTypeHelper.cs
- ComponentEvent.cs
- OAVariantLib.cs
- HwndSourceParameters.cs
- MsmqIntegrationBindingElement.cs
- ViewService.cs
- HttpGetClientProtocol.cs