13 references to StylusDevice
PresentationCore (10)
System\Windows\Input\Stylus\Common\StylusEventArgs.cs (5)
65return StylusDevice.GetPosition(relativeTo); 76return StylusDevice.InAir; 88return StylusDevice.Inverted; 99return StylusDevice.GetStylusPoints(relativeTo); 109return StylusDevice.GetStylusPoints(relativeTo, subsetToReformatTo);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
985return (stylusEventArgs?.StylusDevice?.TabletDevice?.Type == TabletDeviceType.Touch && 1284PointerStylusDevice stylusDevice = stylusDownEventArgs.StylusDevice.As<PointerStylusDevice>(); 1321PointerStylusDevice stylusDevice = stylusGestureEventArgs.StylusDevice.As<PointerStylusDevice>();
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1338HandleFlick(stylusSystemGesture.ButtonState, stylusSystemGesture.StylusDevice.DirectlyOver); 1730WispStylusDevice stylusDevice = stylusArgs.StylusDevice.As<WispStylusDevice>();
PresentationFramework (3)
MS\Internal\Ink\EditingCoordinator.cs (3)
673UpdateInvertedState(args.StylusDevice, args.Inverted); 684UpdateInvertedState(args.StylusDevice, false); 728UpdateInvertedState(stylusEventArgs.StylusDevice, stylusEventArgs.Inverted);