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)
992
if (IsShuttingDown == true ||
_appIsShutdown
== true)
1803
if (
_appIsShutdown
== true)