13 references to StylusDevice
PresentationCore (10)
System\Windows\Input\Stylus\Common\StylusEventArgs.cs (5)
61return StylusDevice.GetPosition(relativeTo); 72return StylusDevice.InAir; 84return StylusDevice.Inverted; 95return StylusDevice.GetStylusPoints(relativeTo); 105return StylusDevice.GetStylusPoints(relativeTo, subsetToReformatTo);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
968return (stylusEventArgs?.StylusDevice?.TabletDevice?.Type == TabletDeviceType.Touch && 1267PointerStylusDevice stylusDevice = stylusDownEventArgs.StylusDevice.As<PointerStylusDevice>(); 1304PointerStylusDevice stylusDevice = stylusGestureEventArgs.StylusDevice.As<PointerStylusDevice>();
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1329HandleFlick(stylusSystemGesture.ButtonState, stylusSystemGesture.StylusDevice.DirectlyOver); 1721WispStylusDevice stylusDevice = stylusArgs.StylusDevice.As<WispStylusDevice>();
PresentationFramework (3)
MS\Internal\Ink\EditingCoordinator.cs (3)
658UpdateInvertedState(args.StylusDevice, args.Inverted); 669UpdateInvertedState(args.StylusDevice, false); 713UpdateInvertedState(stylusEventArgs.StylusDevice, stylusEventArgs.Inverted);