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