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