2 writes to _keyboard
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
222
_keyboard
= new HwndKeyboardInputProvider(this);
2615
_keyboard
= null;
9 references to _keyboard
PresentationCore (9)
System\Windows\InterOp\HwndSource.cs (9)
415
return
_keyboard
;
634
_keyboard
?.OnRootChanged(oldRoot, _rootVisual);
1590
if (!_isDisposed &&
_keyboard
!= null && !handled)
1598
result =
_keyboard
.FilterMessage(hwnd, message, wParam, lParam, ref handled);
1884
_keyboard
.ProcessTextInputAction(msgdata.msg.hwnd, (WindowMessage)msgdata.msg.message,
2299
if (
_keyboard
== null)
2323
_keyboard
.ProcessKeyAction(ref msg, ref handled);
2341
_keyboard
.ProcessKeyAction(ref msg, ref handled);
2614
_keyboard
?.Dispose();