24 references to InputReportEventArgs
PresentationCore (24)
System\Windows\Input\InputManager.cs (1)
866
InputReportEventArgs inputReport = new
InputReportEventArgs
(previewInputReport.Device, previewInputReport.Report);
System\Windows\Input\InputProviderSite.cs (1)
95
InputReportEventArgs input = new
InputReportEventArgs
(null, inputReport);
System\Windows\Input\MouseDevice.cs (6)
913
inputReportEventArgs = new
InputReportEventArgs
(_stylusDevice, report);
917
inputReportEventArgs = new
InputReportEventArgs
(this, report);
1190
InputReportEventArgs actionsArgs = new
InputReportEventArgs
(inputReportEventArgs.Device, reportActions);
1274
InputReportEventArgs actionsArgs = new
InputReportEventArgs
(inputDevice, reportActions);
1287
InputReportEventArgs moveArgs = new
InputReportEventArgs
(inputDevice, reportMove);
1373
InputReportEventArgs activateArgs = new
InputReportEventArgs
(inputReportEventArgs.Device, reportActivate);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
283
InputReportEventArgs args = new
InputReportEventArgs
(CurrentStylusDevice.StylusDevice, cancelCaptureInputReport);
1356
InputReportEventArgs input = new
InputReportEventArgs
(stylusDevice.StylusDevice, inputReport);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
664
InputReportEventArgs inputReportEventArgs = new
InputReportEventArgs
(StylusDevice, report);
876
InputReportEventArgs irea = new
InputReportEventArgs
(StylusDevice, report)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (9)
367
InputReportEventArgs input = new
InputReportEventArgs
(null, rawStylusInputReport);
451
InputReportEventArgs mouseArgs = new
InputReportEventArgs
(_inputManager.PrimaryMouseDevice, _deferredMouseMove);
577
InputReportEventArgs args = new
InputReportEventArgs
(CurrentStylusDevice.StylusDevice, cancelCaptureInputReport);
623
InputReportEventArgs args = new
InputReportEventArgs
(activateStylusDevice.StylusDevice, activateInputReport);
1301
InputReportEventArgs actionsArgs = new
InputReportEventArgs
(stylusDevice.StylusDevice, newMouseInputReport);
1769
InputReportEventArgs inputReportArgs = new
InputReportEventArgs
(stylusDevice.StylusDevice, mouseInputReport);
2582
InputReportEventArgs input = new
InputReportEventArgs
(stylusDevice, inputReport);
2808
InputReportEventArgs input = new
InputReportEventArgs
(stylusDevice, inputReport);
2859
InputReportEventArgs inputReportArgs = new
InputReportEventArgs
(stylusDevice.StylusDevice, mouseInputReport);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
371
InputReportEventArgs inputReportEventArgs = new
InputReportEventArgs
(StylusDevice, report);
1695
InputReportEventArgs inputReportArgs = new
InputReportEventArgs
(StylusDevice, mouseInputReport);
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
279
InputReportEventArgs irea = new
InputReportEventArgs
(_currentStylusDevice.StylusDevice, rsir)