2 writes to _appCommand
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
327
_appCommand
= new HwndAppCommandInputProvider(this);
2618
_appCommand
= null;
3 references to _appCommand
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
1625
if (!_isDisposed &&
_appCommand
!= null && !handled)
1627
result =
_appCommand
.FilterMessage(hwnd, message, wParam, lParam, ref handled);
2617
_appCommand
?.Dispose();