2 references to GetPointerDeviceProperties
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
182
success = UnsafeNativeMethods.
GetPointerDeviceProperties
(Device, ref propCount, null);
188
success = UnsafeNativeMethods.
GetPointerDeviceProperties
(Device, ref propCount, SupportedPointerProperties);