17 references to Type
PresentationCore (17)
System\Windows\Input\Command\CommandDevice.cs (1)
61
if (input.Report.
Type
== InputType.Command)
System\Windows\Input\KeyboardDevice.cs (1)
976
if(input.Report.
Type
== InputType.Keyboard && input.RoutedEvent == Event)
System\Windows\Input\MouseDevice.cs (3)
1161
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.
Type
== InputType.Mouse)
1384
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.
Type
== InputType.Mouse)
1886
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.
Type
== InputType.Mouse)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
187
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.
Type
== InputType.Stylus)
315
if (input.Report.
Type
== InputType.Mouse)
319
else if (input.Report.
Type
== InputType.Stylus)
368
switch (input.Report.
Type
)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
528
if (input.Report.
Type
!= InputType.Mouse)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
490
if (input.Report.
Type
== InputType.Mouse)
885
else if (input.Report.
Type
== InputType.Stylus)
991
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.
Type
== InputType.Stylus)
1180
if (!input.Handled && input.Report.
Type
== InputType.Stylus)
1686
inputReportArgs.Report.
Type
== InputType.Mouse &&
1829
if (input.Report.
Type
!= InputType.Mouse)
System\Windows\Input\TextCompositionManager.cs (1)
607
if(input.Report.
Type
== InputType.Text && input.RoutedEvent == InputManager.InputReportEvent)