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