3 writes to PimcTablet
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
867tabletInfo.PimcTablet = new SecurityCriticalDataClass<IPimcTablet3>(pimcTablet);
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
345_tabletInfo.PimcTablet = null;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (1)
289tabletdevices[i].PimcTablet = null; // ignore this one!
9 references to PimcTablet
PresentationCore (9)
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (5)
43_penThread.WorkerAcquireTabletLocks(tabletInfo.PimcTablet.Value, tabletInfo.WispTabletKey); 102StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(_tabletInfo.PimcTablet.Value); 201PenContextInfo result = _penThread.WorkerCreateContext(hwnd, _tabletInfo.PimcTablet.Value); 235_tabletInfo.SizeInfo = _penThread.WorkerGetUpdatedSizes(_tabletInfo.PimcTablet.Value); 344IPimcTablet3 tablet = _tabletInfo.PimcTablet?.Value;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (4)
283if (tabletdevices[i].PimcTablet == null) continue; 297if (tabletdevices[k].PimcTablet != null) count++; 306if (tabletdevices[iTablet].PimcTablet == null) 427if (tabletInfo.PimcTablet == null)