1 write to _deviceInfo
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
77
_deviceInfo
= deviceInfo;
5 references to _deviceInfo
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (5)
50
internal IntPtr Device { get { return
_deviceInfo
.device; } }
80
Name =
_deviceInfo
.productString;
81
PlugAndPlayId =
_deviceInfo
.productString;
119
switch (
_deviceInfo
.pointerDeviceType)
297
success = UnsafeNativeMethods.GetPointerDeviceRects(
_deviceInfo
.device, ref deviceRect, ref displayRect);