4 references to PenThread
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3477
penThread = tabletDeviceCollection[0].As<WispTabletDevice>().
PenThread
;
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
350
PenThread
.WorkerReleaseTabletLocks(tablet, _tabletInfo.WispTabletKey);
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (2)
266
PenThread penThread = _tablets.Length > 0 ? _tablets[0].As<WispTabletDevice>().
PenThread
:
414
PenThread penThread = _tablets.Length > 0 ? _tablets[0].As<WispTabletDevice>().
PenThread
: