6 references to Type
PresentationCore (6)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
78if (input.Report.Type == InputType.Command)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
1076if(input.Report.Type == InputType.Keyboard && input.RoutedEvent == Event)
Core\CSharp\System\Windows\Input\MouseDevice.cs (3)
1271if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Mouse) 1490if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Mouse) 1995if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Mouse)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
741if(input.Report.Type == InputType.Text && input.RoutedEvent == InputManager.InputReportEvent)