3 references to device
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceCollection.cs (1)
108
int id = MS.Win32.NativeMethods.IntPtrToInt32(deviceInfo.
device
);
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
50
internal IntPtr Device { get { return _deviceInfo.
device
; } }
297
success = UnsafeNativeMethods.GetPointerDeviceRects(_deviceInfo.
device
, ref deviceRect, ref displayRect);