7 instantiations of RawStylusSystemGestureInputReport
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (3)
310new RawStylusSystemGestureInputReport( 347new RawStylusSystemGestureInputReport( 440new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1325RawStylusSystemGestureInputReport inputReport = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
837RawStylusSystemGestureInputReport report = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
100new RawStylusSystemGestureInputReport( 2801RawStylusSystemGestureInputReport inputReport = new RawStylusSystemGestureInputReport(
24 references to RawStylusSystemGestureInputReport
PresentationCore (24)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (2)
38OnSystemGesture((RawStylusSystemGestureInputReport)stylusInputReport); 137private void OnSystemGesture(RawStylusSystemGestureInputReport stylusInputReport)
System\Windows\Input\Stylus\Common\RawStylusSystemGestureInputReport.cs (1)
155if (!RawStylusSystemGestureInputReport.IsValidSystemGesture(systemGesture, true, true))
System\Windows\Input\Stylus\Common\StylusSystemGestureEventArgs.cs (2)
33if (!RawStylusSystemGestureInputReport.IsValidSystemGesture(systemGesture, false, false)) 75if (!RawStylusSystemGestureInputReport.IsValidSystemGesture(systemGesture, true, false))
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
138internal event EventHandler<RawStylusSystemGestureInputReport> InteractionDetected;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
1005RawStylusSystemGestureInputReport reportSg = (RawStylusSystemGestureInputReport)report; 1325RawStylusSystemGestureInputReport inputReport = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
835private void HandleInteraction(object clientData, RawStylusSystemGestureInputReport originalReport) 837RawStylusSystemGestureInputReport report = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Wisp\WispLogic.cs (11)
95systemGesture == RawStylusSystemGestureInputReport.InternalSystemGestureDoubleTap || 99RawStylusSystemGestureInputReport inputReport = 926RawStylusSystemGestureInputReport systemGestureReport = (RawStylusSystemGestureInputReport)stylusInputReport; 927if (systemGestureReport.SystemGesture == RawStylusSystemGestureInputReport.InternalSystemGestureDoubleTap) 1004(RawStylusSystemGestureInputReport)rawStylusInputReport); 1391RawStylusSystemGestureInputReport reportSg = (RawStylusSystemGestureInputReport)report; 2550RawStylusSystemGestureInputReport systemGestureReport = (RawStylusSystemGestureInputReport)rawStylusInputReport; 2801RawStylusSystemGestureInputReport inputReport = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1575internal void UpdateStateForSystemGesture(RawStylusSystemGestureInputReport report) 1580private void UpdateStateForSystemGesture(SystemGesture gesture, RawStylusSystemGestureInputReport report)