1 write to _appIsShutdown
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
1762_appIsShutdown = true; // mark app as shutdown
2 references to _appIsShutdown
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
992if (IsShuttingDown == true || _appIsShutdown == true) 1803if (_appIsShutdown == true)