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