1 instantiation of PointerTabletDeviceCollection
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
101private PointerTabletDeviceCollection _pointerDevices = new PointerTabletDeviceCollection();
5 references to PointerTabletDeviceCollection
PresentationCore (5)
System\Windows\Input\MouseDevice.cs (2)
1217var tablets = Tablet.TabletDevices.As<PointerTabletDeviceCollection>();
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
101private PointerTabletDeviceCollection _pointerDevices = new PointerTabletDeviceCollection();
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
345PointerTabletDeviceCollection tablets = Tablet.TabletDevices?.As<PointerTabletDeviceCollection>();