7 instantiations of RawStylusSystemGestureInputReport
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (3)
311
new
RawStylusSystemGestureInputReport
(
348
new
RawStylusSystemGestureInputReport
(
441
new
RawStylusSystemGestureInputReport
(
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1326
RawStylusSystemGestureInputReport inputReport = new
RawStylusSystemGestureInputReport
(
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
838
RawStylusSystemGestureInputReport report = new
RawStylusSystemGestureInputReport
(
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
101
new
RawStylusSystemGestureInputReport
(
2802
RawStylusSystemGestureInputReport inputReport = new
RawStylusSystemGestureInputReport
(
24 references to RawStylusSystemGestureInputReport
PresentationCore (24)
System\Windows\Input\Stylus\Common\MultiTouchSystemGestureLogic.cs (2)
39
OnSystemGesture((
RawStylusSystemGestureInputReport
)stylusInputReport);
138
private void OnSystemGesture(
RawStylusSystemGestureInputReport
stylusInputReport)
System\Windows\Input\Stylus\Common\RawStylusSystemGestureInputReport.cs (1)
156
if (!
RawStylusSystemGestureInputReport
.IsValidSystemGesture(systemGesture, true, true))
System\Windows\Input\Stylus\Common\StylusSystemGestureEventArgs.cs (2)
34
if (!
RawStylusSystemGestureInputReport
.IsValidSystemGesture(systemGesture, false, false))
76
if (!
RawStylusSystemGestureInputReport
.IsValidSystemGesture(systemGesture, true, false))
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (1)
139
internal event EventHandler<
RawStylusSystemGestureInputReport
> InteractionDetected;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
1006
RawStylusSystemGestureInputReport
reportSg = (
RawStylusSystemGestureInputReport
)report;
1326
RawStylusSystemGestureInputReport
inputReport = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
836
private void HandleInteraction(object clientData,
RawStylusSystemGestureInputReport
originalReport)
838
RawStylusSystemGestureInputReport
report = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Wisp\WispLogic.cs (11)
96
systemGesture ==
RawStylusSystemGestureInputReport
.InternalSystemGestureDoubleTap ||
100
RawStylusSystemGestureInputReport
inputReport =
927
RawStylusSystemGestureInputReport
systemGestureReport = (
RawStylusSystemGestureInputReport
)stylusInputReport;
928
if (systemGestureReport.SystemGesture ==
RawStylusSystemGestureInputReport
.InternalSystemGestureDoubleTap)
1005
(
RawStylusSystemGestureInputReport
)rawStylusInputReport);
1392
RawStylusSystemGestureInputReport
reportSg = (
RawStylusSystemGestureInputReport
)report;
2551
RawStylusSystemGestureInputReport
systemGestureReport = (
RawStylusSystemGestureInputReport
)rawStylusInputReport;
2802
RawStylusSystemGestureInputReport
inputReport = new RawStylusSystemGestureInputReport(
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1576
internal void UpdateStateForSystemGesture(
RawStylusSystemGestureInputReport
report)
1581
private void UpdateStateForSystemGesture(SystemGesture gesture,
RawStylusSystemGestureInputReport
report)