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