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