24 references to InputReportEventArgs
PresentationCore (24)
System\Windows\Input\InputManager.cs (1)
858
InputReportEventArgs inputReport = new
InputReportEventArgs
(previewInputReport.Device, previewInputReport.Report)
System\Windows\Input\InputProviderSite.cs (1)
86
InputReportEventArgs input = new
InputReportEventArgs
(null, inputReport)
System\Windows\Input\MouseDevice.cs (6)
901
inputReportEventArgs = new
InputReportEventArgs
(_stylusDevice, report);
905
inputReportEventArgs = new
InputReportEventArgs
(this, report);
1184
InputReportEventArgs actionsArgs = new
InputReportEventArgs
(inputReportEventArgs.Device, reportActions)
1270
InputReportEventArgs actionsArgs = new
InputReportEventArgs
(inputDevice, reportActions)
1285
InputReportEventArgs moveArgs = new
InputReportEventArgs
(inputDevice, reportMove)
1377
InputReportEventArgs activateArgs = new
InputReportEventArgs
(inputReportEventArgs.Device, reportActivate)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
266
InputReportEventArgs args = new
InputReportEventArgs
(CurrentStylusDevice.StylusDevice, cancelCaptureInputReport)
1341
InputReportEventArgs input = new
InputReportEventArgs
(stylusDevice.StylusDevice, inputReport)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
656
InputReportEventArgs inputReportEventArgs = new
InputReportEventArgs
(StylusDevice, report)
870
InputReportEventArgs irea = new
InputReportEventArgs
(StylusDevice, report)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (9)
359
InputReportEventArgs input = new
InputReportEventArgs
(null, rawStylusInputReport)
445
InputReportEventArgs mouseArgs = new
InputReportEventArgs
(_inputManager.PrimaryMouseDevice, _deferredMouseMove)
573
InputReportEventArgs args = new
InputReportEventArgs
(CurrentStylusDevice.StylusDevice, cancelCaptureInputReport)
621
InputReportEventArgs args = new
InputReportEventArgs
(activateStylusDevice.StylusDevice, activateInputReport)
1301
InputReportEventArgs actionsArgs = new
InputReportEventArgs
(stylusDevice.StylusDevice, newMouseInputReport)
1771
InputReportEventArgs inputReportArgs = new
InputReportEventArgs
(stylusDevice.StylusDevice, mouseInputReport)
2586
InputReportEventArgs input = new
InputReportEventArgs
(stylusDevice, inputReport)
2816
InputReportEventArgs input = new
InputReportEventArgs
(stylusDevice, inputReport)
2869
InputReportEventArgs inputReportArgs = new
InputReportEventArgs
(stylusDevice.StylusDevice, mouseInputReport)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
365
InputReportEventArgs inputReportEventArgs = new
InputReportEventArgs
(StylusDevice, report)
1695
InputReportEventArgs inputReportArgs = new
InputReportEventArgs
(StylusDevice, mouseInputReport)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
274
InputReportEventArgs irea = new
InputReportEventArgs
(_currentStylusDevice.StylusDevice, rsir)