2 writes to _appCommand
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
320
_appCommand
= new HwndAppCommandInputProvider(this);
2605
_appCommand
= null;
3 references to _appCommand
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
1607
if (!_isDisposed &&
_appCommand
!= null && !handled)
1609
result =
_appCommand
.FilterMessage(hwnd, message, wParam, lParam, ref handled);
2604
_appCommand
?.Dispose();