1 write to _appIsShutdown
PresentationFramework (1)
System\Windows\Application.cs (1)
1685
_appIsShutdown
= true; // mark app as shutdown
2 references to _appIsShutdown
PresentationFramework (2)
System\Windows\Application.cs (2)
875
if (IsShuttingDown == true ||
_appIsShutdown
== true)
1721
if (
_appIsShutdown
== true)