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