6 references to Keyboard
PresentationCore (5)
System\Windows\Input\InputReport.cs (1)
89
case InputType.
Keyboard
:
System\Windows\Input\KeyboardDevice.cs (1)
967
if(input.Report.Type == InputType.
Keyboard
&& input.RoutedEvent == Event)
System\Windows\Input\RawKeyboardInputReport.cs (1)
57
IntPtr extraInformation) : base(inputSource, InputType.
Keyboard
, mode, timestamp)
System\Windows\Input\RawUIStateInputReport.cs (1)
36
RawUIStateTargets targets) : base(inputSource, InputType.
Keyboard
, mode, timestamp)
System\Windows\InterOp\HwndAppCommandInputProvider.cs (1)
96
inputType = InputType.
Keyboard
;
PresentationFramework (1)
System\Windows\Input\KeyboardNavigation.cs (1)
3412
if (input.Report.Type == InputType.
Keyboard
&& input.RoutedEvent == Event)