2 writes to _keyboard
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
214
_keyboard
= new HwndKeyboardInputProvider(this);
2603
_keyboard
= null;
9 references to _keyboard
PresentationCore (9)
System\Windows\InterOp\HwndSource.cs (9)
409
return
_keyboard
;
628
_keyboard
?.OnRootChanged(oldRoot, _rootVisual);
1573
if (!_isDisposed &&
_keyboard
!= null && !handled)
1581
result =
_keyboard
.FilterMessage(hwnd, message, wParam, lParam, ref handled);
1869
_keyboard
.ProcessTextInputAction(msgdata.msg.hwnd, (WindowMessage)msgdata.msg.message,
2284
if (
_keyboard
== null)
2308
_keyboard
.ProcessKeyAction(ref msg, ref handled);
2326
_keyboard
.ProcessKeyAction(ref msg, ref handled);
2602
_keyboard
?.Dispose();