5 types derived from InputReport
PresentationCore (5)
Core\CSharp\System\Windows\Input\RawAppCommandInputReport.cs (1)
25
internal class RawAppCommandInputReport :
InputReport
Core\CSharp\System\Windows\Input\RawKeyboardInputReport.cs (1)
19
internal class RawKeyboardInputReport :
InputReport
Core\CSharp\System\Windows\Input\RawMouseInputReport.cs (1)
21
internal class RawMouseInputReport :
InputReport
Core\CSharp\System\Windows\Input\RawTextInputReport.cs (1)
15
internal class RawTextInputReport :
InputReport
Core\CSharp\System\Windows\Input\RawUIStateInputReport.cs (1)
14
internal class RawUIStateInputReport :
InputReport
4 references to InputReport
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputProviderSite.cs (1)
112
public bool ReportInput(
InputReport
inputReport)
Core\CSharp\System\Windows\Input\InputReportEventArgs.cs (3)
24
InputReport
report) : base(inputDevice, ((report != null) ? report.Timestamp : -1))
35
public
InputReport
Report
56
private
InputReport
_report;