3 writes to PimcTablet
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
867
tabletInfo.
PimcTablet
= pimcTablet;
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
345
_tabletInfo.
PimcTablet
= null;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (1)
289
tabletdevices[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
, tabletInfo.WispTabletKey);
102
StylusDeviceInfo[] stylusDevicesInfo = _penThread.WorkerRefreshCursorInfo(_tabletInfo.
PimcTablet
);
201
PenContextInfo result = _penThread.WorkerCreateContext(hwnd, _tabletInfo.
PimcTablet
);
235
_tabletInfo.SizeInfo = _penThread.WorkerGetUpdatedSizes(_tabletInfo.
PimcTablet
);
344
IPimcTablet3 tablet = _tabletInfo.
PimcTablet
;
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (4)
283
if (tabletdevices[i].
PimcTablet
== null) continue;
297
if (tabletdevices[k].
PimcTablet
!= null) count++;
306
if (tabletdevices[iTablet].
PimcTablet
== null)
427
if (tabletInfo.
PimcTablet
== null)