3 writes to PimcTablet
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
855tabletInfo.PimcTablet = pimcTablet;
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
336_tabletInfo.PimcTablet = null;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (1)
283tabletdevices[i].PimcTablet = null; // ignore this one!
9 references to PimcTablet
PresentationCore (9)
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (5)
34_penThread.WorkerAcquireTabletLocks(tabletInfo.PimcTablet, tabletInfo.WispTabletKey); 93StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(_tabletInfo.PimcTablet); 192PenContextInfo result = _penThread.WorkerCreateContext(hwnd, _tabletInfo.PimcTablet); 226_tabletInfo.SizeInfo = _penThread.WorkerGetUpdatedSizes(_tabletInfo.PimcTablet); 335IPimcTablet3 tablet = _tabletInfo.PimcTablet;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (4)
277if (tabletdevices[i].PimcTablet == null) continue; 291if (tabletdevices[k].PimcTablet != null) count++; 300if (tabletdevices[iTablet].PimcTablet == null) 421if (tabletInfo.PimcTablet == null)