17 references to Type
PresentationCore (17)
System\Windows\Input\Command\CommandDevice.cs (1)
53if (input.Report.Type == InputType.Command)
System\Windows\Input\KeyboardDevice.cs (1)
972if(input.Report.Type == InputType.Keyboard && input.RoutedEvent == Event)
System\Windows\Input\MouseDevice.cs (3)
1154if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Mouse) 1389if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Mouse) 1896if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Mouse)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
169if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Stylus) 299if (input.Report.Type == InputType.Mouse) 303else if (input.Report.Type == InputType.Stylus) 352switch (input.Report.Type)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
515if (input.Report.Type != InputType.Mouse)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
485if (input.Report.Type == InputType.Mouse) 884else if (input.Report.Type == InputType.Stylus) 990if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Stylus) 1179if (!input.Handled && input.Report.Type == InputType.Stylus) 1687inputReportArgs.Report.Type == InputType.Mouse && 1832if (input.Report.Type != InputType.Mouse)
System\Windows\Input\TextCompositionManager.cs (1)
612if(input.Report.Type == InputType.Text && input.RoutedEvent == InputManager.InputReportEvent)