9 references to SystemGesture
PresentationCore (9)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (2)
146switch (stylusInputReport.SystemGesture) 160switch (stylusInputReport.SystemGesture)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1024reportSg.SystemGesture,
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
868originalReport.SystemGesture, 880if (report.SystemGesture == SystemGesture.Flick)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
928if (systemGestureReport.SystemGesture == RawStylusSystemGestureInputReport.InternalSystemGestureDoubleTap) 1393reportSg.SystemGesture, 2552if (systemGestureReport.SystemGesture == SystemGesture.Tap && stylusDevice.InAir)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1609UpdateStateForSystemGesture(report.SystemGesture, report);