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)
50internal IntPtr Device { get { return _deviceInfo.device; } } 80Name = _deviceInfo.productString; 81PlugAndPlayId = _deviceInfo.productString; 119switch (_deviceInfo.pointerDeviceType) 297success = UnsafeNativeMethods.GetPointerDeviceRects(_deviceInfo.device, ref deviceRect, ref displayRect);