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