11 references to InputReportEvent
PresentationCore (11)
System\Windows\Input\Command\CommandDevice.cs (1)
85if (e.StagingItem.Input.RoutedEvent == InputManager.InputReportEvent)
System\Windows\Input\InputManager.cs (1)
872inputReport.RoutedEvent=InputManager.InputReportEvent;
System\Windows\Input\KeyboardDevice.cs (1)
939RawKeyboardInputReport keyboardInput = ExtractRawKeyboardInputReport(e, InputManager.InputReportEvent);
System\Windows\Input\MouseDevice.cs (1)
1905if (e.StagingItem.Input.RoutedEvent == InputManager.InputReportEvent)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
362if (e.StagingItem.Input.RoutedEvent == InputManager.InputReportEvent)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (2)
508(e.StagingItem.Input.RoutedEvent != InputManager.InputReportEvent)) 521if (e.StagingItem.Input.RoutedEvent == InputManager.InputReportEvent)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1177if (e.StagingItem.Input.RoutedEvent == InputManager.InputReportEvent) 1809(e.StagingItem.Input.RoutedEvent != InputManager.InputReportEvent)) 1822if (e.StagingItem.Input.RoutedEvent == InputManager.InputReportEvent)
System\Windows\Input\TextCompositionManager.cs (1)
607if(input.Report.Type == InputType.Text && input.RoutedEvent == InputManager.InputReportEvent)