2 writes to _keyboard
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
223_keyboard = new SecurityCriticalDataClass<HwndKeyboardInputProvider>(new HwndKeyboardInputProvider(this)); 2625_keyboard = null;
12 references to _keyboard
PresentationCore (12)
System\Windows\InterOp\HwndSource.cs (12)
416return (_keyboard != null ? _keyboard.Value : null); 635if(_keyboard != null) 637_keyboard.Value.OnRootChanged(oldRoot, _rootVisual.Value); 1595if (!_isDisposed && _keyboard != null && !handled) 1603result = _keyboard.Value.FilterMessage(hwnd, message, wParam, lParam, ref handled); 1889_keyboard.Value.ProcessTextInputAction(msgdata.msg.hwnd, (WindowMessage)msgdata.msg.message, 2304if (_keyboard == null) 2328_keyboard.Value.ProcessKeyAction(ref msg, ref handled); 2346_keyboard.Value.ProcessKeyAction(ref msg, ref handled); 2622if(_keyboard != null) 2624_keyboard.Value.Dispose();