Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- DefinitionUpdate.cs
- SqlConnectionHelper.cs
- SimpleApplicationHost.cs
- GridSplitterAutomationPeer.cs
- SecurityHeader.cs
- ClientFormsIdentity.cs
- DbConnectionInternal.cs
- TouchesCapturedWithinProperty.cs
- RouteValueExpressionBuilder.cs
- SystemInfo.cs
- LogLogRecordHeader.cs
- AccessDataSourceView.cs
- ColorConverter.cs
- FacetDescription.cs
- Figure.cs
- UnauthorizedWebPart.cs
- ConcurrencyBehavior.cs
- PKCS1MaskGenerationMethod.cs
- COM2PictureConverter.cs
- HelloMessageApril2005.cs
- EmptyEnumerator.cs
- FormsAuthenticationUserCollection.cs
- DbInsertCommandTree.cs
- SafeNativeMethods.cs
- OracleCommandSet.cs
- IImplicitResourceProvider.cs
- CalendarDay.cs
- IssuanceLicense.cs
- PartialCachingAttribute.cs
- AuthenticodeSignatureInformation.cs
- DataGridComboBoxColumn.cs
- PropertyMetadata.cs
- GroupBox.cs
- InputReportEventArgs.cs
- CodeCommentStatement.cs
- SecurityUniqueId.cs
- InstanceData.cs
- DocumentPaginator.cs
- ListBoxItem.cs
- EvidenceBase.cs
- VectorKeyFrameCollection.cs
- SqlRowUpdatingEvent.cs
- SizeChangedInfo.cs
- CodeCatchClause.cs
- XmlSchemaObjectCollection.cs
- SchemaManager.cs
- MenuBase.cs
- FtpWebRequest.cs
- AccessDataSourceView.cs
- StrokeCollectionDefaultValueFactory.cs
- DataGridViewComboBoxCell.cs
- ExtentCqlBlock.cs
- ToolStripContentPanelRenderEventArgs.cs
- SafeHGlobalHandleCritical.cs
- MatrixAnimationUsingPath.cs
- NodeFunctions.cs
- TraceData.cs
- EventMappingSettings.cs
- OperationParameterInfoCollection.cs
- Range.cs
- ResourcePart.cs
- HttpResponseHeader.cs
- MinMaxParagraphWidth.cs
- StoreItemCollection.cs
- NetSectionGroup.cs
- TextEndOfLine.cs
- UrlAuthorizationModule.cs
- ResourcePart.cs
- FirstMatchCodeGroup.cs
- CommandPlan.cs
- AspNetRouteServiceHttpHandler.cs
- Polygon.cs
- EventSinkHelperWriter.cs
- TextParaClient.cs
- BulletChrome.cs
- SQLMoneyStorage.cs
- VectorKeyFrameCollection.cs
- StatusBarPanelClickEvent.cs
- TypeConverterHelper.cs
- PairComparer.cs
- TreeSet.cs
- XmlSchemaCompilationSettings.cs
- _CommandStream.cs
- MetadataArtifactLoader.cs
- InteropAutomationProvider.cs
- HttpWriter.cs
- CollectionChange.cs
- MemoryMappedViewStream.cs
- TableChangeProcessor.cs
- DBSchemaTable.cs
- Polyline.cs
- StylusPlugin.cs
- WebServiceEnumData.cs
- IntranetCredentialPolicy.cs
- CodeCatchClause.cs
- DataMember.cs
- OuterGlowBitmapEffect.cs
- BitmapEffectGroup.cs
- Pen.cs
- DynamicRenderer.cs