5 references to Tablet
PresentationCore (5)
System\Windows\Input\MouseDevice.cs (1)
1240var tablets = Tablet.TabletDevices.As<PointerTabletDeviceCollection>();
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
490TabletDeviceCollection tabletDevices = Tablet.TabletDevices;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2027foreach (TabletDevice tabletDevice in Tablet.TabletDevices)
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
333if (Tablet.CurrentTabletDevice == this.TabletDevice)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
349PointerTabletDeviceCollection tablets = Tablet.TabletDevices?.As<PointerTabletDeviceCollection>();