8 references to SystemGesture
PresentationCore (8)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (1)
41case RawStylusActions.SystemGesture:
System\Windows\Input\Stylus\Common\RawStylusActions.cs (1)
85RawStylusActions.SystemGesture;
System\Windows\Input\Stylus\Common\RawStylusSystemGestureInputReport.cs (2)
101RawStylusActions.SystemGesture, 153: base(mode, timestamp, inputSource, penContext, RawStylusActions.SystemGesture, tabletId, stylusDeviceId, Array.Empty<int>())
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
671case RawStylusActions.SystemGesture:
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
925if (stylusInputReport.Actions == RawStylusActions.SystemGesture && stylusDevice != null) 1003case RawStylusActions.SystemGesture: 2542case RawStylusActions.SystemGesture: