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