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)
904
inputReportEventArgs = new
InputReportEventArgs
(_stylusDevice, report);
908
inputReportEventArgs = new
InputReportEventArgs
(this, report);
1181
InputReportEventArgs actionsArgs = new
InputReportEventArgs
(inputReportEventArgs.Device, reportActions);
1265
InputReportEventArgs actionsArgs = new
InputReportEventArgs
(inputDevice, reportActions);
1278
InputReportEventArgs moveArgs = new
InputReportEventArgs
(inputDevice, reportMove);
1364
InputReportEventArgs activateArgs = new
InputReportEventArgs
(inputReportEventArgs.Device, reportActivate);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
266
InputReportEventArgs args = new
InputReportEventArgs
(CurrentStylusDevice.StylusDevice, cancelCaptureInputReport);
1339
InputReportEventArgs input = new
InputReportEventArgs
(stylusDevice.StylusDevice, inputReport);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
656
InputReportEventArgs inputReportEventArgs = new
InputReportEventArgs
(StylusDevice, report);
868
InputReportEventArgs irea = new
InputReportEventArgs
(StylusDevice, report)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (9)
358
InputReportEventArgs input = new
InputReportEventArgs
(null, rawStylusInputReport);
442
InputReportEventArgs mouseArgs = new
InputReportEventArgs
(_inputManager.PrimaryMouseDevice, _deferredMouseMove);
568
InputReportEventArgs args = new
InputReportEventArgs
(CurrentStylusDevice.StylusDevice, cancelCaptureInputReport);
614
InputReportEventArgs args = new
InputReportEventArgs
(activateStylusDevice.StylusDevice, activateInputReport);
1292
InputReportEventArgs actionsArgs = new
InputReportEventArgs
(stylusDevice.StylusDevice, newMouseInputReport);
1760
InputReportEventArgs inputReportArgs = new
InputReportEventArgs
(stylusDevice.StylusDevice, mouseInputReport);
2573
InputReportEventArgs input = new
InputReportEventArgs
(stylusDevice, inputReport);
2799
InputReportEventArgs input = new
InputReportEventArgs
(stylusDevice, inputReport);
2850
InputReportEventArgs inputReportArgs = new
InputReportEventArgs
(stylusDevice.StylusDevice, mouseInputReport);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
368
InputReportEventArgs inputReportEventArgs = new
InputReportEventArgs
(StylusDevice, report);
1692
InputReportEventArgs inputReportArgs = new
InputReportEventArgs
(StylusDevice, mouseInputReport);
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
274
InputReportEventArgs irea = new
InputReportEventArgs
(_currentStylusDevice.StylusDevice, rsir)