5 writes to InputReport
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1014
args.
InputReport
= report;
1060
eventArgsMain.
InputReport
= eventArgsPreview.InputReport;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1399
args.
InputReport
= report;
1444
eventArgsMain.
InputReport
= eventArgsPreview.InputReport;
2915
InputReport
= report
6 references to InputReport
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1031
StylusDevice stylusDevice = eventArgsPreview.
InputReport
.StylusDevice;
1060
eventArgsMain.InputReport = eventArgsPreview.
InputReport
;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
1329
GenerateGesture(stylusMove.
InputReport
, SystemGesture.Drag);
1415
StylusDevice stylusDevice = eventArgsPreview.
InputReport
.StylusDevice;
1444
eventArgsMain.InputReport = eventArgsPreview.
InputReport
;
2892
RawStylusInputReport report = eventArgs.
InputReport
;