11 references to InputReportEvent
PresentationCore (11)
System\Windows\Input\Command\CommandDevice.cs (1)
77
if (e.StagingItem.Input.RoutedEvent == InputManager.
InputReportEvent
)
System\Windows\Input\InputManager.cs (1)
859
RoutedEvent = InputManager.
InputReportEvent
System\Windows\Input\KeyboardDevice.cs (1)
901
RawKeyboardInputReport keyboardInput = ExtractRawKeyboardInputReport(e, InputManager.
InputReportEvent
);
System\Windows\Input\MouseDevice.cs (1)
1892
if (e.StagingItem.Input.RoutedEvent == InputManager.
InputReportEvent
)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
346
if (e.StagingItem.Input.RoutedEvent == InputManager.
InputReportEvent
)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (2)
495
(e.StagingItem.Input.RoutedEvent != InputManager.
InputReportEvent
))
508
if (e.StagingItem.Input.RoutedEvent == InputManager.
InputReportEvent
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1176
if (e.StagingItem.Input.RoutedEvent == InputManager.
InputReportEvent
)
1812
(e.StagingItem.Input.RoutedEvent != InputManager.
InputReportEvent
))
1825
if (e.StagingItem.Input.RoutedEvent == InputManager.
InputReportEvent
)
System\Windows\Input\TextCompositionManager.cs (1)
612
if(input.Report.Type == InputType.Text && input.RoutedEvent == InputManager.
InputReportEvent
)