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
- MethodAccessException.cs
- Calendar.cs
- EventSetter.cs
- ActiveDesignSurfaceEvent.cs
- ErrorWebPart.cs
- DataRowComparer.cs
- TableColumn.cs
- ObjectDataSourceEventArgs.cs
- Argument.cs
- Int32CollectionValueSerializer.cs
- TableLayoutCellPaintEventArgs.cs
- Win32.cs
- AutoResetEvent.cs
- SiteMapNodeCollection.cs
- ConcurrentQueue.cs
- UIServiceHelper.cs
- Config.cs
- FileDialog.cs
- PrimitiveType.cs
- GZipUtils.cs
- Operator.cs
- XmlIgnoreAttribute.cs
- EventBindingService.cs
- SqlDataSourceView.cs
- CodeTryCatchFinallyStatement.cs
- SafeUserTokenHandle.cs
- CodeGroup.cs
- ElementsClipboardData.cs
- TimeoutException.cs
- FormViewInsertedEventArgs.cs
- ThicknessAnimation.cs
- DataObjectEventArgs.cs
- TypeSystemProvider.cs
- WizardDesigner.cs
- TreeViewImageIndexConverter.cs
- FrameDimension.cs
- SQLInt16Storage.cs
- ReservationCollection.cs
- TypeDelegator.cs
- TextParagraph.cs
- IResourceProvider.cs
- WebEventCodes.cs
- ECDiffieHellman.cs
- DbConnectionPoolGroup.cs
- ListenerElementsCollection.cs
- XmlCharCheckingReader.cs
- StorageComplexTypeMapping.cs
- DataReceivedEventArgs.cs
- CompModSwitches.cs
- UIElementIsland.cs
- LogSwitch.cs
- CompositionCommandSet.cs
- OdbcDataReader.cs
- TypeBuilderInstantiation.cs
- Compilation.cs
- ConnectionStringsExpressionBuilder.cs
- DBConnectionString.cs
- CoreSwitches.cs
- SqlDataReader.cs
- BamlLocalizationDictionary.cs
- TypeReference.cs
- Codec.cs
- ListBindingHelper.cs
- CorrelationScope.cs
- RowToFieldTransformer.cs
- Point3DAnimationUsingKeyFrames.cs
- DbDataRecord.cs
- DataListGeneralPage.cs
- DataDocumentXPathNavigator.cs
- LineServices.cs
- sqlcontext.cs
- ServiceMetadataBehavior.cs
- VisualStyleElement.cs
- DataBinder.cs
- BlurBitmapEffect.cs
- NegotiationTokenAuthenticator.cs
- ValidationHelpers.cs
- BrowsableAttribute.cs
- ApplicationDirectoryMembershipCondition.cs
- Sql8ConformanceChecker.cs
- Mutex.cs
- ContainerControl.cs
- RawStylusInputReport.cs
- XmlLoader.cs
- Privilege.cs
- SqlConnectionStringBuilder.cs
- SelectionChangedEventArgs.cs
- XmlSchemaSimpleTypeUnion.cs
- LexicalChunk.cs
- Mapping.cs
- AdornedElementPlaceholder.cs
- FormViewInsertEventArgs.cs
- HttpProfileGroupBase.cs
- BufferedOutputStream.cs
- WebServiceHandler.cs
- VideoDrawing.cs
- NativeMethods.cs
- View.cs
- CommandConverter.cs
- ClockGroup.cs