5 writes to InputReport
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1015
args.
InputReport
= report;
1061
eventArgsMain.
InputReport
= eventArgsPreview.InputReport;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1400
args.
InputReport
= report;
1445
eventArgsMain.
InputReport
= eventArgsPreview.InputReport;
2916
InputReport
= report
6 references to InputReport
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1032
StylusDevice stylusDevice = eventArgsPreview.
InputReport
.StylusDevice;
1061
eventArgsMain.InputReport = eventArgsPreview.
InputReport
;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1330
GenerateGesture(stylusMove.
InputReport
, SystemGesture.Drag);
1416
StylusDevice stylusDevice = eventArgsPreview.
InputReport
.StylusDevice;
1445
eventArgsMain.InputReport = eventArgsPreview.
InputReport
;
2893
RawStylusInputReport report = eventArgs.
InputReport
;