3 writes to PimcTablet
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
856PimcTablet = pimcTablet
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
335_tabletInfo.PimcTablet = null;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (1)
284tabletdevices[i].PimcTablet = null; // ignore this one!
9 references to PimcTablet
PresentationCore (9)
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (5)
33_penThread.WorkerAcquireTabletLocks(tabletInfo.PimcTablet, tabletInfo.WispTabletKey); 92StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(_tabletInfo.PimcTablet); 191PenContextInfo result = _penThread.WorkerCreateContext(hwnd, _tabletInfo.PimcTablet); 225_tabletInfo.SizeInfo = _penThread.WorkerGetUpdatedSizes(_tabletInfo.PimcTablet); 334IPimcTablet3 tablet = _tabletInfo.PimcTablet;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (4)
278if (tabletdevices[i].PimcTablet == null) continue; 292if (tabletdevices[k].PimcTablet != null) count++; 301if (tabletdevices[iTablet].PimcTablet == null) 422if (tabletInfo.PimcTablet == null)