2 writes to _keyboard
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
213
_keyboard
= new HwndKeyboardInputProvider(this);
2602
_keyboard
= null;
9 references to _keyboard
PresentationCore (9)
System\Windows\InterOp\HwndSource.cs (9)
408
return
_keyboard
;
627
_keyboard
?.OnRootChanged(oldRoot, _rootVisual);
1572
if (!_isDisposed &&
_keyboard
!= null && !handled)
1580
result =
_keyboard
.FilterMessage(hwnd, message, wParam, lParam, ref handled);
1868
_keyboard
.ProcessTextInputAction(msgdata.msg.hwnd, (WindowMessage)msgdata.msg.message,
2283
if (
_keyboard
== null)
2307
_keyboard
.ProcessKeyAction(ref msg, ref handled);
2325
_keyboard
.ProcessKeyAction(ref msg, ref handled);
2601
_keyboard
?.Dispose();