2 writes to _keyboard
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
210
_keyboard
= new HwndKeyboardInputProvider(this);
2592
_keyboard
= null;
9 references to _keyboard
PresentationCore (9)
System\Windows\InterOp\HwndSource.cs (9)
403
return
_keyboard
;
622
_keyboard
?.OnRootChanged(oldRoot, _rootVisual);
1567
if (!_isDisposed &&
_keyboard
!= null && !handled)
1575
result =
_keyboard
.FilterMessage(hwnd, message, wParam, lParam, ref handled);
1861
_keyboard
.ProcessTextInputAction(msgdata.msg.hwnd, (WindowMessage)msgdata.msg.message,
2276
if (
_keyboard
== null)
2300
_keyboard
.ProcessKeyAction(ref msg, ref handled);
2318
_keyboard
.ProcessKeyAction(ref msg, ref handled);
2591
_keyboard
?.Dispose();