1 write to _deviceInfo
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (1)
85
_deviceInfo
= deviceInfo;
4 references to _deviceInfo
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (4)
43
internal PointerTabletDeviceInfo DeviceInfo { get { return
_deviceInfo
; } }
48
internal IntPtr Device { get { return
_deviceInfo
.Device; } }
102
if (UnsafeNativeMethods.GetPointerDeviceCursors(
_deviceInfo
.Device, ref cursorCount, null))
106
if (UnsafeNativeMethods.GetPointerDeviceCursors(
_deviceInfo
.Device, ref cursorCount, cursors))