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