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)
1608if (!_isDisposed && _appCommand != null && !handled) 1610result = _appCommand.FilterMessage(hwnd, message, wParam, lParam, ref handled); 2605_appCommand?.Dispose();