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)
45internal IntPtr Device { get { return _deviceInfo.device; } } 75Name = _deviceInfo.productString; 76PlugAndPlayId = _deviceInfo.productString; 114switch (_deviceInfo.pointerDeviceType) 292success = UnsafeNativeMethods.GetPointerDeviceRects(_deviceInfo.device, ref deviceRect, ref displayRect);