2 writes to _appCommand
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
315
_appCommand
= new HwndAppCommandInputProvider(this);
2595
_appCommand
= null;
3 references to _appCommand
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
1602
if (!_isDisposed &&
_appCommand
!= null && !handled)
1604
result =
_appCommand
.FilterMessage(hwnd, message, wParam, lParam, ref handled);
2594
_appCommand
?.Dispose();