5 references to Device
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (3)
48
internal IntPtr Device { get { return _deviceInfo.
Device
; } }
102
if (UnsafeNativeMethods.GetPointerDeviceCursors(_deviceInfo.
Device
, ref cursorCount, null))
106
if (UnsafeNativeMethods.GetPointerDeviceCursors(_deviceInfo.
Device
, ref cursorCount, cursors))
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
182
success = UnsafeNativeMethods.GetPointerDeviceProperties(
Device
, ref propCount, null);
188
success = UnsafeNativeMethods.GetPointerDeviceProperties(
Device
, ref propCount, SupportedPointerProperties);