1 instantiation of HwndKeyboardInputProvider
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
222
_keyboard = new
HwndKeyboardInputProvider
(this);
5 references to HwndKeyboardInputProvider
PresentationCore (5)
System\Windows\InterOp\HwndSource.cs (5)
1802
ModifierKeys modifierKeys =
HwndKeyboardInputProvider
.GetSystemModifierKeys();
2356
int virtualKey =
HwndKeyboardInputProvider
.GetVirtualKey(msg.wParam, msg.lParam);
2357
int scanCode =
HwndKeyboardInputProvider
.GetScanCode(msg.wParam, msg.lParam);
2358
bool isExtendedKey =
HwndKeyboardInputProvider
.IsExtendedKey(msg.lParam);
2813
private
HwndKeyboardInputProvider
_keyboard;