9 references to SystemGesture
PresentationCore (9)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (2)
143switch (stylusInputReport.SystemGesture) 157switch (stylusInputReport.SystemGesture)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1007reportSg.SystemGesture,
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
843originalReport.SystemGesture, 855if (report.SystemGesture == SystemGesture.Flick)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
919if (systemGestureReport.SystemGesture == RawStylusSystemGestureInputReport.InternalSystemGestureDoubleTap) 1384reportSg.SystemGesture, 2543if (systemGestureReport.SystemGesture == SystemGesture.Tap && stylusDevice.InAir)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1575UpdateStateForSystemGesture(report.SystemGesture, report);