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