1 write to _deviceInfo
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
72
_deviceInfo
= deviceInfo;
5 references to _deviceInfo
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (5)
45
internal IntPtr Device { get { return
_deviceInfo
.device; } }
75
Name =
_deviceInfo
.productString;
76
PlugAndPlayId =
_deviceInfo
.productString;
114
switch (
_deviceInfo
.pointerDeviceType)
292
success = UnsafeNativeMethods.GetPointerDeviceRects(
_deviceInfo
.device, ref deviceRect, ref displayRect);