5 writes to InputReport
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1013
args.
InputReport
= report;
1059
eventArgsMain.
InputReport
= eventArgsPreview.InputReport;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1389
args.
InputReport
= report;
1434
eventArgsMain.
InputReport
= eventArgsPreview.InputReport;
2894
args.
InputReport
= report;
6 references to InputReport
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1030
StylusDevice stylusDevice = eventArgsPreview.
InputReport
.StylusDevice;
1059
eventArgsMain.InputReport = eventArgsPreview.
InputReport
;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1319
GenerateGesture(stylusMove.
InputReport
, SystemGesture.Drag);
1405
StylusDevice stylusDevice = eventArgsPreview.
InputReport
.StylusDevice;
1434
eventArgsMain.InputReport = eventArgsPreview.
InputReport
;
2872
RawStylusInputReport report = eventArgs.
InputReport
;