7 instantiations of RawStylusSystemGestureInputReport
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (3)
327new RawStylusSystemGestureInputReport( 364new RawStylusSystemGestureInputReport( 457new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1341RawStylusSystemGestureInputReport inputReport = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
861RawStylusSystemGestureInputReport report = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
110new RawStylusSystemGestureInputReport( 2796RawStylusSystemGestureInputReport inputReport = new RawStylusSystemGestureInputReport(
24 references to RawStylusSystemGestureInputReport
PresentationCore (24)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (2)
42OnSystemGesture((RawStylusSystemGestureInputReport)stylusInputReport); 141private void OnSystemGesture(RawStylusSystemGestureInputReport stylusInputReport)
System\Windows\Input\Stylus\Common\RawStylusSystemGestureInputReport.cs (1)
160if (!RawStylusSystemGestureInputReport.IsValidSystemGesture(systemGesture, true, true))
System\Windows\Input\Stylus\Common\StylusSystemGestureEventArgs.cs (2)
39if (!RawStylusSystemGestureInputReport.IsValidSystemGesture(systemGesture, false, false)) 81if (!RawStylusSystemGestureInputReport.IsValidSystemGesture(systemGesture, true, false))
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
155internal event EventHandler<RawStylusSystemGestureInputReport> InteractionDetected;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
1021RawStylusSystemGestureInputReport reportSg = (RawStylusSystemGestureInputReport)report; 1341RawStylusSystemGestureInputReport inputReport = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
859private void HandleInteraction(object clientData, RawStylusSystemGestureInputReport originalReport) 861RawStylusSystemGestureInputReport report = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Wisp\WispLogic.cs (11)
105systemGesture == RawStylusSystemGestureInputReport.InternalSystemGestureDoubleTap || 109RawStylusSystemGestureInputReport inputReport = 927RawStylusSystemGestureInputReport systemGestureReport = (RawStylusSystemGestureInputReport)stylusInputReport; 928if (systemGestureReport.SystemGesture == RawStylusSystemGestureInputReport.InternalSystemGestureDoubleTap) 1005(RawStylusSystemGestureInputReport)rawStylusInputReport); 1390RawStylusSystemGestureInputReport reportSg = (RawStylusSystemGestureInputReport)report; 2547RawStylusSystemGestureInputReport systemGestureReport = (RawStylusSystemGestureInputReport)rawStylusInputReport; 2796RawStylusSystemGestureInputReport inputReport = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1607internal void UpdateStateForSystemGesture(RawStylusSystemGestureInputReport report) 1612private void UpdateStateForSystemGesture(SystemGesture gesture, RawStylusSystemGestureInputReport report)