17 references to Type
PresentationCore (17)
System\Windows\Input\Command\CommandDevice.cs (1)
54if (input.Report.Type == InputType.Command)
System\Windows\Input\KeyboardDevice.cs (1)
976if(input.Report.Type == InputType.Keyboard && input.RoutedEvent == Event)
System\Windows\Input\MouseDevice.cs (3)
1155if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Mouse) 1390if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Mouse) 1900if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Mouse)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
170if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Stylus) 300if (input.Report.Type == InputType.Mouse) 304else if (input.Report.Type == InputType.Stylus) 353switch (input.Report.Type)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
516if (input.Report.Type != InputType.Mouse)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
486if (input.Report.Type == InputType.Mouse) 885else if (input.Report.Type == InputType.Stylus) 991if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Stylus) 1180if (!input.Handled && input.Report.Type == InputType.Stylus) 1688inputReportArgs.Report.Type == InputType.Mouse && 1833if (input.Report.Type != InputType.Mouse)
System\Windows\Input\TextCompositionManager.cs (1)
603if(input.Report.Type == InputType.Text && input.RoutedEvent == InputManager.InputReportEvent)