9 references to SystemGesture
PresentationCore (9)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (2)
142switch (stylusInputReport.SystemGesture) 156switch (stylusInputReport.SystemGesture)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1008reportSg.SystemGesture,
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
844originalReport.SystemGesture, 856if (report.SystemGesture == SystemGesture.Flick)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
927if (systemGestureReport.SystemGesture == RawStylusSystemGestureInputReport.InternalSystemGestureDoubleTap) 1394reportSg.SystemGesture, 2555if (systemGestureReport.SystemGesture == SystemGesture.Tap && stylusDevice.InAir)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1577UpdateStateForSystemGesture(report.SystemGesture, report);