2 writes to _tabletInfo
PresentationCore (2)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
57_tabletInfo = info;
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (1)
86_tabletInfo = deviceInfo;
26 references to _tabletInfo
PresentationCore (26)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (14)
59if (_tabletInfo.DeviceType == TabletDeviceType.Touch) 118return _tabletInfo.Id; 130return _tabletInfo.Name; 142return _tabletInfo.PlugAndPlayId; 155return _tabletInfo.HardwareCapabilities; 167return _tabletInfo.StylusPointProperties; 179return _tabletInfo.DeviceType; 219return new Matrix(_tabletInfo.SizeInfo.ScreenSize.Width / _tabletInfo.SizeInfo.TabletSize.Width, 0, 2200, _tabletInfo.SizeInfo.ScreenSize.Height / _tabletInfo.SizeInfo.TabletSize.Height, 233return _tabletInfo.SizeInfo.TabletSize; 246return _tabletInfo.SizeInfo.ScreenSize; 274_stylusPointDescription = new StylusPointDescription(propertyInfos, _tabletInfo.PressureIndex);
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
57return _tabletInfo.DeviceType == TabletDeviceType.Touch ? 69return _tabletInfo.DeviceType == TabletDeviceType.Touch ?
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (10)
71_tabletInfo.DeviceType, 102StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(_tabletInfo.PimcTablet.Value); 201PenContextInfo result = _penThread.WorkerCreateContext(hwnd, _tabletInfo.PimcTablet.Value); 235_tabletInfo.SizeInfo = _penThread.WorkerGetUpdatedSizes(_tabletInfo.PimcTablet.Value); 339StylusTraceLogger.LogDeviceDisconnect(_tabletInfo.Id); 344IPimcTablet3 tablet = _tabletInfo.PimcTablet?.Value; 345_tabletInfo.PimcTablet = null; 351PenThread.WorkerReleaseTabletLocks(tablet, _tabletInfo.WispTabletKey); 430return _tabletInfo.WispTabletKey;