4 references to TabletDevices
PresentationCore (4)
System\Windows\Input\MouseDevice.cs (1)
1208var tablets = Tablet.TabletDevices.As<PointerTabletDeviceCollection>();
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
476TabletDeviceCollection tabletDevices = Tablet.TabletDevices;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2018foreach (TabletDevice tabletDevice in Tablet.TabletDevices)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
340PointerTabletDeviceCollection tablets = Tablet.TabletDevices?.As<PointerTabletDeviceCollection>();