2 writes to _appCommand
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
328_appCommand = new SecurityCriticalDataClass<HwndAppCommandInputProvider>(new HwndAppCommandInputProvider(this)); 2631_appCommand = null;
4 references to _appCommand
PresentationCore (4)
System\Windows\InterOp\HwndSource.cs (4)
1630if (!_isDisposed && _appCommand != null && !handled) 1632result = _appCommand.Value.FilterMessage(hwnd, message, wParam, lParam, ref handled); 2628if (_appCommand != null) 2630_appCommand.Value.Dispose();