17 references to Type
PresentationCore (17)
System\Windows\Input\Command\CommandDevice.cs (1)
61if (input.Report.Type == InputType.Command)
System\Windows\Input\KeyboardDevice.cs (1)
1010if(input.Report.Type == InputType.Keyboard && input.RoutedEvent == Event)
System\Windows\Input\MouseDevice.cs (3)
1184if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Mouse) 1407if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Mouse) 1909if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Mouse)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
187if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.Type == InputType.Stylus) 315if (input.Report.Type == InputType.Mouse) 319else if (input.Report.Type == InputType.Stylus) 368switch (input.Report.Type)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
528if (input.Report.Type != InputType.Mouse)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
490if (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) 1686inputReportArgs.Report.Type == InputType.Mouse && 1829if (input.Report.Type != InputType.Mouse)
System\Windows\Input\TextCompositionManager.cs (1)
607if(input.Report.Type == InputType.Text && input.RoutedEvent == InputManager.InputReportEvent)