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