1 instantiation of HwndKeyboardInputProvider
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
266_keyboard = new SecurityCriticalDataClass<HwndKeyboardInputProvider>(new HwndKeyboardInputProvider(this));
6 references to HwndKeyboardInputProvider
PresentationCore (6)
Core\CSharp\System\Windows\Interop\HwndSource.cs (6)
266_keyboard = new SecurityCriticalDataClass<HwndKeyboardInputProvider>(new HwndKeyboardInputProvider(this)); 2051ModifierKeys modifierKeys = HwndKeyboardInputProvider.GetSystemModifierKeys(); 2698int virtualKey = HwndKeyboardInputProvider.GetVirtualKey(msg.wParam, msg.lParam); 2699int scanCode = HwndKeyboardInputProvider.GetScanCode(msg.wParam, msg.lParam); 2700bool isExtendedKey = HwndKeyboardInputProvider.IsExtendedKey(msg.lParam); 3230private SecurityCriticalDataClass<HwndKeyboardInputProvider> _keyboard;