2 writes to _tabletInfo
PresentationCore (2)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
50_tabletInfo = info;
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (1)
82_tabletInfo = deviceInfo;
26 references to _tabletInfo
PresentationCore (26)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (14)
52if (_tabletInfo.DeviceType == TabletDeviceType.Touch) 111return _tabletInfo.Id; 123return _tabletInfo.Name; 135return _tabletInfo.PlugAndPlayId; 148return _tabletInfo.HardwareCapabilities; 160return _tabletInfo.StylusPointProperties; 172return _tabletInfo.DeviceType; 212return new Matrix(_tabletInfo.SizeInfo.ScreenSize.Width / _tabletInfo.SizeInfo.TabletSize.Width, 0, 2130, _tabletInfo.SizeInfo.ScreenSize.Height / _tabletInfo.SizeInfo.TabletSize.Height, 226return _tabletInfo.SizeInfo.TabletSize; 239return _tabletInfo.SizeInfo.ScreenSize; 267_stylusPointDescription = new StylusPointDescription(propertyInfos, _tabletInfo.PressureIndex);
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
53return _tabletInfo.DeviceType == TabletDeviceType.Touch ? 65return _tabletInfo.DeviceType == TabletDeviceType.Touch ?
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (10)
62_tabletInfo.DeviceType, 93StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(_tabletInfo.PimcTablet); 192PenContextInfo result = _penThread.WorkerCreateContext(hwnd, _tabletInfo.PimcTablet); 226_tabletInfo.SizeInfo = _penThread.WorkerGetUpdatedSizes(_tabletInfo.PimcTablet); 330StylusTraceLogger.LogDeviceDisconnect(_tabletInfo.Id); 335IPimcTablet3 tablet = _tabletInfo.PimcTablet; 336_tabletInfo.PimcTablet = null; 341PenThread.WorkerReleaseTabletLocks(tablet, _tabletInfo.WispTabletKey); 420return _tabletInfo.WispTabletKey;