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
- GridSplitterAutomationPeer.cs
- TableSectionStyle.cs
- ValidatorCompatibilityHelper.cs
- ObjectAnimationBase.cs
- SmiGettersStream.cs
- PolicyUnit.cs
- ObjectDataSourceSelectingEventArgs.cs
- InfoCardProofToken.cs
- ElementAtQueryOperator.cs
- UpdatePanelControlTrigger.cs
- TrackingMemoryStream.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- ArrayWithOffset.cs
- EdmConstants.cs
- CopyNodeSetAction.cs
- _LazyAsyncResult.cs
- MessageCredentialType.cs
- QueryAccessibilityHelpEvent.cs
- AdRotator.cs
- CheckBoxBaseAdapter.cs
- HttpRawResponse.cs
- SubpageParaClient.cs
- Convert.cs
- InputEventArgs.cs
- WizardPanel.cs
- ClientScriptManager.cs
- TextEncodedRawTextWriter.cs
- ISAPIRuntime.cs
- PerCallInstanceContextProvider.cs
- DBNull.cs
- PropertyCollection.cs
- SrgsSemanticInterpretationTag.cs
- TextReader.cs
- ListMarkerSourceInfo.cs
- KeyGestureValueSerializer.cs
- MimeParameter.cs
- JoinGraph.cs
- NetworkStream.cs
- SoundPlayer.cs
- XmlTextReaderImplHelpers.cs
- MetabaseServerConfig.cs
- XmlIlVisitor.cs
- SoapExtension.cs
- CharacterBufferReference.cs
- DesigntimeLicenseContextSerializer.cs
- SQLDecimal.cs
- COM2Enum.cs
- FixedPageProcessor.cs
- EncoderReplacementFallback.cs
- MailWebEventProvider.cs
- PersonalizationProvider.cs
- EventMap.cs
- PermissionAttributes.cs
- _SpnDictionary.cs
- FontNameEditor.cs
- BoundField.cs
- HistoryEventArgs.cs
- MemberRelationshipService.cs
- Font.cs
- AddInEnvironment.cs
- AxDesigner.cs
- DataGridTextBox.cs
- CommonBehaviorsSection.cs
- DefaultEventAttribute.cs
- Exception.cs
- InternalsVisibleToAttribute.cs
- GlobalizationAssembly.cs
- TryLoadRunnableWorkflowCommand.cs
- DesignerCalendarAdapter.cs
- DocumentXPathNavigator.cs
- HostingPreferredMapPath.cs
- MergePropertyDescriptor.cs
- SelfIssuedAuthRSAPKCS1SignatureFormatter.cs
- ArgumentNullException.cs
- XsltException.cs
- LogExtentCollection.cs
- Cursors.cs
- SecurityPermission.cs
- InstanceNormalEvent.cs
- SuppressMergeCheckAttribute.cs
- WorkflowApplicationUnhandledExceptionEventArgs.cs
- NativeCompoundFileAPIs.cs
- WindowsToolbar.cs
- HMAC.cs
- ComboBoxRenderer.cs
- TrackingServices.cs
- CollectionBase.cs
- InvalidateEvent.cs
- DefaultPropertyAttribute.cs
- _ProxyChain.cs
- OdbcInfoMessageEvent.cs
- AllMembershipCondition.cs
- PlacementWorkspace.cs
- TrackingProfile.cs
- ColumnPropertiesGroup.cs
- DBDataPermissionAttribute.cs
- NetworkInterface.cs
- ObjectDataSourceWizardForm.cs
- XmlAttributeCollection.cs
- AutomationPattern.cs