Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Input / Stylus / RawStylusInputCustomData.cs / 1 / RawStylusInputCustomData.cs
//------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------- using System; using System.Windows; using SR=MS.Internal.PresentationCore.SR; using SRID=MS.Internal.PresentationCore.SRID; namespace System.Windows.Input.StylusPlugIns { ////// RawStylusInputCustomData object /// internal class RawStylusInputCustomData { ////// RawStylusInputCustomData constructor /// public RawStylusInputCustomData(StylusPlugIn owner, object data) { _data = data; _owner = owner; } ////// Returns custom data /// public object Data { get { return _data; } } ////// Returns owner of this object (which is who gets notification) /// public StylusPlugIn Owner { get { return _owner; } } StylusPlugIn _owner; object _data; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObjectTokenCategory.cs
- XmlTextWriter.cs
- EventBuilder.cs
- SQLString.cs
- WindowInteractionStateTracker.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- ConfigurationException.cs
- ArithmeticException.cs
- MemoryStream.cs
- InfoCardRequestException.cs
- PersonalizableTypeEntry.cs
- HtmlAnchor.cs
- UrlMappingsSection.cs
- AttributeQuery.cs
- DBProviderConfigurationHandler.cs
- TextTreeFixupNode.cs
- PrintController.cs
- DbConnectionStringBuilder.cs
- TargetConverter.cs
- PointConverter.cs
- SqlBulkCopy.cs
- SecurityRuntime.cs
- ListViewSortEventArgs.cs
- Context.cs
- Win32SafeHandles.cs
- WindowsStatusBar.cs
- TraceFilter.cs
- _ScatterGatherBuffers.cs
- OneToOneMappingSerializer.cs
- TdsRecordBufferSetter.cs
- BaseDataBoundControl.cs
- RemoteWebConfigurationHost.cs
- SystemInfo.cs
- ComEventsInfo.cs
- ForceCopyBuildProvider.cs
- PartitionResolver.cs
- HttpPostProtocolReflector.cs
- XmlParser.cs
- TypePropertyEditor.cs
- ProfileEventArgs.cs
- ServiceProviders.cs
- FixedHyperLink.cs
- PersistenceTypeAttribute.cs
- OutputCacheModule.cs
- SchemaEntity.cs
- PublisherMembershipCondition.cs
- XPathDocumentIterator.cs
- ProvidePropertyAttribute.cs
- ScalarConstant.cs
- WindowsGraphics2.cs
- RuleSettingsCollection.cs
- DataColumnCollection.cs
- InvalidFilterCriteriaException.cs
- TypeElement.cs
- ExtentKey.cs
- OperationCanceledException.cs
- _DynamicWinsockMethods.cs
- HostingEnvironmentSection.cs
- TransformGroup.cs
- SecurityElement.cs
- CalendarAutoFormatDialog.cs
- ContractType.cs
- DbProviderSpecificTypePropertyAttribute.cs
- ControlDesigner.cs
- ThreadAbortException.cs
- MouseActionConverter.cs
- EventPropertyMap.cs
- SafeFileMappingHandle.cs
- TextControlDesigner.cs
- FontStyle.cs
- TextServicesHost.cs
- SID.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- SecondaryIndexDefinition.cs
- RichTextBoxDesigner.cs
- DataObjectCopyingEventArgs.cs
- Point3DCollection.cs
- DataRelationCollection.cs
- CultureNotFoundException.cs
- UIElement3D.cs
- Setter.cs
- EmptyEnumerator.cs
- XPathChildIterator.cs
- SortQuery.cs
- HostProtectionException.cs
- ResourcesChangeInfo.cs
- ColumnProvider.cs
- DayRenderEvent.cs
- LabelDesigner.cs
- RecognizeCompletedEventArgs.cs
- WriteableOnDemandPackagePart.cs
- DataGridToolTip.cs
- QueryExtender.cs
- MimePart.cs
- OrderPreservingMergeHelper.cs
- HttpHandlerAction.cs
- SqlUDTStorage.cs
- XPathNavigatorKeyComparer.cs
- ValidatingPropertiesEventArgs.cs
- XmlNullResolver.cs