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