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