24 references to InputReportEventArgs
PresentationCore (24)
System\Windows\Input\InputManager.cs (1)
857
InputReportEventArgs inputReport = new
InputReportEventArgs
(previewInputReport.Device, previewInputReport.Report)
System\Windows\Input\InputProviderSite.cs (1)
85
InputReportEventArgs input = new
InputReportEventArgs
(null, inputReport)
System\Windows\Input\MouseDevice.cs (6)
900
inputReportEventArgs = new
InputReportEventArgs
(_stylusDevice, report);
904
inputReportEventArgs = new
InputReportEventArgs
(this, report);
1183
InputReportEventArgs actionsArgs = new
InputReportEventArgs
(inputReportEventArgs.Device, reportActions)
1269
InputReportEventArgs actionsArgs = new
InputReportEventArgs
(inputDevice, reportActions)
1284
InputReportEventArgs moveArgs = new
InputReportEventArgs
(inputDevice, reportMove)
1376
InputReportEventArgs activateArgs = new
InputReportEventArgs
(inputReportEventArgs.Device, reportActivate)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
265
InputReportEventArgs args = new
InputReportEventArgs
(CurrentStylusDevice.StylusDevice, cancelCaptureInputReport)
1340
InputReportEventArgs input = new
InputReportEventArgs
(stylusDevice.StylusDevice, inputReport)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
655
InputReportEventArgs inputReportEventArgs = new
InputReportEventArgs
(StylusDevice, report)
869
InputReportEventArgs irea = new
InputReportEventArgs
(StylusDevice, report)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (9)
358
InputReportEventArgs input = new
InputReportEventArgs
(null, rawStylusInputReport)
444
InputReportEventArgs mouseArgs = new
InputReportEventArgs
(_inputManager.PrimaryMouseDevice, _deferredMouseMove)
572
InputReportEventArgs args = new
InputReportEventArgs
(CurrentStylusDevice.StylusDevice, cancelCaptureInputReport)
620
InputReportEventArgs args = new
InputReportEventArgs
(activateStylusDevice.StylusDevice, activateInputReport)
1300
InputReportEventArgs actionsArgs = new
InputReportEventArgs
(stylusDevice.StylusDevice, newMouseInputReport)
1770
InputReportEventArgs inputReportArgs = new
InputReportEventArgs
(stylusDevice.StylusDevice, mouseInputReport)
2585
InputReportEventArgs input = new
InputReportEventArgs
(stylusDevice, inputReport)
2815
InputReportEventArgs input = new
InputReportEventArgs
(stylusDevice, inputReport)
2868
InputReportEventArgs inputReportArgs = new
InputReportEventArgs
(stylusDevice.StylusDevice, mouseInputReport)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
364
InputReportEventArgs inputReportEventArgs = new
InputReportEventArgs
(StylusDevice, report)
1694
InputReportEventArgs inputReportArgs = new
InputReportEventArgs
(StylusDevice, mouseInputReport)
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
273
InputReportEventArgs irea = new
InputReportEventArgs
(_currentStylusDevice.StylusDevice, rsir)