5 writes to InputReport
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1030
args.
InputReport
= report;
1076
eventArgsMain.
InputReport
= eventArgsPreview.InputReport;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1398
args.
InputReport
= report;
1443
eventArgsMain.
InputReport
= eventArgsPreview.InputReport;
2903
args.
InputReport
= report;
6 references to InputReport
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1047
StylusDevice stylusDevice = eventArgsPreview.
InputReport
.StylusDevice;
1076
eventArgsMain.InputReport = eventArgsPreview.
InputReport
;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1328
GenerateGesture(stylusMove.
InputReport
, SystemGesture.Drag);
1414
StylusDevice stylusDevice = eventArgsPreview.
InputReport
.StylusDevice;
1443
eventArgsMain.InputReport = eventArgsPreview.
InputReport
;
2881
RawStylusInputReport report = eventArgs.
InputReport
;