2 references to As
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (1)
1217
var tablets = Tablet.TabletDevices.
As
<PointerTabletDeviceCollection>();
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
345
PointerTabletDeviceCollection tablets = Tablet.TabletDevices?.
As
<PointerTabletDeviceCollection>();