2 overrides of TabletDevices
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
461
internal override TabletDeviceCollection
TabletDevices
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2966
internal override TabletDeviceCollection
TabletDevices
1 reference to TabletDevices
PresentationCore (1)
System\Windows\Input\Stylus\Common\Tablet.cs (1)
43
return StylusLogic.CurrentStylusLogic?.
TabletDevices
?? TabletDeviceCollection.EmptyTabletDeviceCollection;