2 writes to _keyboard
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
266_keyboard = new SecurityCriticalDataClass<HwndKeyboardInputProvider>(new HwndKeyboardInputProvider(this)); 2978_keyboard = null;
12 references to _keyboard
PresentationCore (12)
Core\CSharp\System\Windows\Interop\HwndSource.cs (12)
481return (_keyboard != null ? _keyboard.Value : null); 724if(_keyboard != null) 726_keyboard.Value.OnRootChanged(oldRoot, _rootVisual.Value); 1815if (!_isDisposed && _keyboard != null && !handled) 1823result = _keyboard.Value.FilterMessage(hwnd, message, wParam, lParam, ref handled); 2142_keyboard.Value.ProcessTextInputAction(msgdata.msg.hwnd, (WindowMessage)msgdata.msg.message, 2640if (_keyboard == null) 2664_keyboard.Value.ProcessKeyAction(ref msg, ref handled); 2682_keyboard.Value.ProcessKeyAction(ref msg, ref handled); 2975if(_keyboard != null) 2977_keyboard.Value.Dispose();