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