17 references to Type
PresentationCore (17)
System\Windows\Input\Command\CommandDevice.cs (1)
54
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)
1155
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.
Type
== InputType.Mouse)
1390
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.
Type
== InputType.Mouse)
1900
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.
Type
== InputType.Mouse)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
170
if (!inputReportEventArgs.Handled && inputReportEventArgs.Report.
Type
== InputType.Stylus)
300
if (input.Report.
Type
== InputType.Mouse)
304
else if (input.Report.
Type
== InputType.Stylus)
353
switch (input.Report.
Type
)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
516
if (input.Report.
Type
!= InputType.Mouse)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
486
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)
1688
inputReportArgs.Report.
Type
== InputType.Mouse &&
1833
if (input.Report.
Type
!= InputType.Mouse)
System\Windows\Input\TextCompositionManager.cs (1)
603
if(input.Report.
Type
== InputType.Text && input.RoutedEvent == InputManager.InputReportEvent)