2 instantiations of POINTER_DEVICE_PROPERTY
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
200new UnsafeNativeMethods.POINTER_DEVICE_PROPERTY(), 201new UnsafeNativeMethods.POINTER_DEVICE_PROPERTY(),
10 references to POINTER_DEVICE_PROPERTY
PresentationCore (10)
MS\Win32\UnsafeNativeMethodsPointer.cs (2)
546internal static extern bool GetPointerDeviceProperties([In] IntPtr device, [In, Out] ref UInt32 propertyCount, [In, Out] POINTER_DEVICE_PROPERTY[] pointerProperties); 576internal static extern bool GetRawPointerDeviceData([In] UInt32 pointerId, [In] UInt32 historyCount, [In] UInt32 propertiesCount, [In] POINTER_DEVICE_PROPERTY[] pProperties, [In, Out] int[] pValues);
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
53internal static StylusPointPropertyInfo CreatePropertyInfo(UnsafeNativeMethods.POINTER_DEVICE_PROPERTY prop)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (7)
29internal UnsafeNativeMethods.POINTER_DEVICE_PROPERTY[] SupportedPointerProperties { get; private set; } 181SupportedPointerProperties = new UnsafeNativeMethods.POINTER_DEVICE_PROPERTY[propCount]; 198List<UnsafeNativeMethods.POINTER_DEVICE_PROPERTY> supportedProperties = new List<UnsafeNativeMethods.POINTER_DEVICE_PROPERTY>() 204List<UnsafeNativeMethods.POINTER_DEVICE_PROPERTY> supportedButtonProperties = new List<UnsafeNativeMethods.POINTER_DEVICE_PROPERTY>(); 208foreach (var prop in SupportedPointerProperties)