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