3 writes to PimcTablet
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
856
PimcTablet
= pimcTablet
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
335
_tabletInfo.
PimcTablet
= null;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (1)
284
tabletdevices[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);
92
StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(_tabletInfo.
PimcTablet
);
191
PenContextInfo result = _penThread.WorkerCreateContext(hwnd, _tabletInfo.
PimcTablet
);
225
_tabletInfo.SizeInfo = _penThread.WorkerGetUpdatedSizes(_tabletInfo.
PimcTablet
);
334
IPimcTablet3 tablet = _tabletInfo.
PimcTablet
;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (4)
278
if (tabletdevices[i].
PimcTablet
== null) continue;
292
if (tabletdevices[k].
PimcTablet
!= null) count++;
301
if (tabletdevices[iTablet].
PimcTablet
== null)
422
if (tabletInfo.
PimcTablet
== null)