13 references to StylusDevice
PresentationCore (10)
System\Windows\Input\Stylus\Common\StylusEventArgs.cs (5)
60return StylusDevice.GetPosition(relativeTo); 71return StylusDevice.InAir; 83return StylusDevice.Inverted; 94return StylusDevice.GetStylusPoints(relativeTo); 104return StylusDevice.GetStylusPoints(relativeTo, subsetToReformatTo);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
969return (stylusEventArgs?.StylusDevice?.TabletDevice?.Type == TabletDeviceType.Touch && 1268PointerStylusDevice stylusDevice = stylusDownEventArgs.StylusDevice.As<PointerStylusDevice>(); 1305PointerStylusDevice stylusDevice = stylusGestureEventArgs.StylusDevice.As<PointerStylusDevice>();
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1339HandleFlick(stylusSystemGesture.ButtonState, stylusSystemGesture.StylusDevice.DirectlyOver); 1731WispStylusDevice stylusDevice = stylusArgs.StylusDevice.As<WispStylusDevice>();
PresentationFramework (3)
MS\Internal\Ink\EditingCoordinator.cs (3)
654UpdateInvertedState(args.StylusDevice, args.Inverted); 665UpdateInvertedState(args.StylusDevice, false); 709UpdateInvertedState(stylusEventArgs.StylusDevice, stylusEventArgs.Inverted);