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