1 instantiation of HwndKeyboardInputProvider
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
213_keyboard = new HwndKeyboardInputProvider(this);
5 references to HwndKeyboardInputProvider
PresentationCore (5)
System\Windows\InterOp\HwndSource.cs (5)
1786ModifierKeys modifierKeys = HwndKeyboardInputProvider.GetSystemModifierKeys(); 2340int virtualKey = HwndKeyboardInputProvider.GetVirtualKey(msg.wParam, msg.lParam); 2341int scanCode = HwndKeyboardInputProvider.GetScanCode(msg.wParam, msg.lParam); 2342bool isExtendedKey = HwndKeyboardInputProvider.IsExtendedKey(msg.lParam); 2798private HwndKeyboardInputProvider _keyboard;