8 references to SystemGesture
PresentationCore (8)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (1)
37case RawStylusActions.SystemGesture:
System\Windows\Input\Stylus\Common\RawStylusActions.cs (1)
82RawStylusActions.SystemGesture;
System\Windows\Input\Stylus\Common\RawStylusSystemGestureInputReport.cs (2)
96RawStylusActions.SystemGesture, 148: base(mode, timestamp, inputSource, penContext, RawStylusActions.SystemGesture, tabletId, stylusDeviceId, Array.Empty<int>())
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
647case RawStylusActions.SystemGesture:
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
924if (stylusInputReport.Actions == RawStylusActions.SystemGesture && stylusDevice != null) 1002case RawStylusActions.SystemGesture: 2545case RawStylusActions.SystemGesture: