1 instantiation of HwndKeyboardInputProvider
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
210_keyboard = new HwndKeyboardInputProvider(this);
5 references to HwndKeyboardInputProvider
PresentationCore (5)
System\Windows\InterOp\HwndSource.cs (5)
1779ModifierKeys modifierKeys = HwndKeyboardInputProvider.GetSystemModifierKeys(); 2333int virtualKey = HwndKeyboardInputProvider.GetVirtualKey(msg.wParam, msg.lParam); 2334int scanCode = HwndKeyboardInputProvider.GetScanCode(msg.wParam, msg.lParam); 2335bool isExtendedKey = HwndKeyboardInputProvider.IsExtendedKey(msg.lParam); 2790private HwndKeyboardInputProvider _keyboard;