Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Input / Stylus / TabletDeviceInfo.cs / 1 / TabletDeviceInfo.cs
using System; using System.Collections.ObjectModel; using System.Security; using MS.Internal; using MS.Win32.Penimc; using System.Windows.Media; namespace System.Windows.Input { ///////////////////////////////////////////////////////////////////////// ////// The struct is used to store the tablet device size information. /// internal struct TabletDeviceSizeInfo { public Size TabletSize; public Size ScreenSize; // Constructor internal TabletDeviceSizeInfo(Size tabletSize, Size screenSize) { TabletSize = tabletSize; ScreenSize = screenSize; } } ///////////////////////////////////////////////////////////////////////// ////// The class is used to store tablet device information. /// internal class TabletDeviceInfo { ////// This data is not safe to expose as it holds refrence to IPimcTablet /// public SecurityCriticalDataClassPimcTablet; public int Id; public string Name; public string PlugAndPlayId; public TabletDeviceSizeInfo SizeInfo; public TabletHardwareCapabilities HardwareCapabilities; public TabletDeviceType DeviceType; public ReadOnlyCollection StylusPointProperties; public int PressureIndex; public StylusDeviceInfo[] StylusDevicesInfo; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections.ObjectModel; using System.Security; using MS.Internal; using MS.Win32.Penimc; using System.Windows.Media; namespace System.Windows.Input { ///////////////////////////////////////////////////////////////////////// /// /// The struct is used to store the tablet device size information. /// internal struct TabletDeviceSizeInfo { public Size TabletSize; public Size ScreenSize; // Constructor internal TabletDeviceSizeInfo(Size tabletSize, Size screenSize) { TabletSize = tabletSize; ScreenSize = screenSize; } } ///////////////////////////////////////////////////////////////////////// ////// The class is used to store tablet device information. /// internal class TabletDeviceInfo { ////// This data is not safe to expose as it holds refrence to IPimcTablet /// public SecurityCriticalDataClassPimcTablet; public int Id; public string Name; public string PlugAndPlayId; public TabletDeviceSizeInfo SizeInfo; public TabletHardwareCapabilities HardwareCapabilities; public TabletDeviceType DeviceType; public ReadOnlyCollection StylusPointProperties; public int PressureIndex; public StylusDeviceInfo[] StylusDevicesInfo; } } // 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
- ProviderSettings.cs
- Compiler.cs
- GrabHandleGlyph.cs
- SplitterEvent.cs
- XmlSerializerNamespaces.cs
- FormViewUpdatedEventArgs.cs
- UnsafeNativeMethodsTablet.cs
- DiagnosticTrace.cs
- BaseCollection.cs
- SchemaType.cs
- SelectionPatternIdentifiers.cs
- Timer.cs
- HostExecutionContextManager.cs
- RangeBase.cs
- ServiceMetadataContractBehavior.cs
- LabelDesigner.cs
- IntermediatePolicyValidator.cs
- Win32MouseDevice.cs
- ResourceExpressionBuilder.cs
- FileRegion.cs
- _NegotiateClient.cs
- glyphs.cs
- ListViewDataItem.cs
- RadioButtonStandardAdapter.cs
- PositiveTimeSpanValidatorAttribute.cs
- RowBinding.cs
- BlurBitmapEffect.cs
- PresentationSource.cs
- OneToOneMappingSerializer.cs
- GlyphInfoList.cs
- RootBrowserWindowProxy.cs
- UriTemplateDispatchFormatter.cs
- Attachment.cs
- FileVersion.cs
- WebHeaderCollection.cs
- SecurityUtils.cs
- StorageEntityTypeMapping.cs
- TableRowGroup.cs
- Int64Storage.cs
- DataControlCommands.cs
- DbParameterHelper.cs
- TextDocumentView.cs
- WorkflowInstanceExtensionCollection.cs
- DESCryptoServiceProvider.cs
- SizeIndependentAnimationStorage.cs
- UnsafeNetInfoNativeMethods.cs
- SiteMembershipCondition.cs
- SqlAliasesReferenced.cs
- ScaleTransform.cs
- SiteMapDataSource.cs
- PowerModeChangedEventArgs.cs
- UnsafeNativeMethods.cs
- DataTableMappingCollection.cs
- ObjectDisposedException.cs
- xmlformatgeneratorstatics.cs
- TimeSpanStorage.cs
- ISSmlParser.cs
- EditorPartCollection.cs
- StatusBar.cs
- UInt16Storage.cs
- FontUnitConverter.cs
- OutputCacheSettingsSection.cs
- CodeTypeDeclaration.cs
- Frame.cs
- TextEndOfSegment.cs
- MenuTracker.cs
- FactoryGenerator.cs
- IPAddressCollection.cs
- SchemaDeclBase.cs
- QilValidationVisitor.cs
- TableLayoutPanelBehavior.cs
- VirtualPathProvider.cs
- DataStorage.cs
- ComplexType.cs
- ObjectNavigationPropertyMapping.cs
- TableSectionStyle.cs
- PieceNameHelper.cs
- ConfigurationSection.cs
- AuthenticationModuleElementCollection.cs
- WebRequest.cs
- StorageInfo.cs
- CoreChannel.cs
- CharEntityEncoderFallback.cs
- DataGridViewCellStyle.cs
- StringBuilder.cs
- ResourceType.cs
- DelegateTypeInfo.cs
- InvalidCommandTreeException.cs
- SynchronizationLockException.cs
- SmiEventSink.cs
- MaterialGroup.cs
- DescendantOverDescendantQuery.cs
- LicenseContext.cs
- FixedSOMSemanticBox.cs
- AspCompat.cs
- GenericUriParser.cs
- SocketException.cs
- Deflater.cs
- ResourceDescriptionAttribute.cs
- Bold.cs