2 writes to _appCommand
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
371_appCommand = new SecurityCriticalDataClass<HwndAppCommandInputProvider>(new HwndAppCommandInputProvider(this)); 2984_appCommand = null;
4 references to _appCommand
PresentationCore (4)
Core\CSharp\System\Windows\Interop\HwndSource.cs (4)
1850if (!_isDisposed && _appCommand != null && !handled) 1852result = _appCommand.Value.FilterMessage(hwnd, message, wParam, lParam, ref handled); 2981if (_appCommand != null) 2983_appCommand.Value.Dispose();