3 writes to PimcTablet
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
855
tabletInfo.
PimcTablet
= pimcTablet;
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
336
_tabletInfo.
PimcTablet
= null;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (1)
283
tabletdevices[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);
93
StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(_tabletInfo.
PimcTablet
);
192
PenContextInfo result = _penThread.WorkerCreateContext(hwnd, _tabletInfo.
PimcTablet
);
226
_tabletInfo.SizeInfo = _penThread.WorkerGetUpdatedSizes(_tabletInfo.
PimcTablet
);
335
IPimcTablet3 tablet = _tabletInfo.
PimcTablet
;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (4)
277
if (tabletdevices[i].
PimcTablet
== null) continue;
291
if (tabletdevices[k].
PimcTablet
!= null) count++;
300
if (tabletdevices[iTablet].
PimcTablet
== null)
421
if (tabletInfo.
PimcTablet
== null)