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