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