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