2 writes to IsShuttingDown
PresentationFramework (2)
System\Windows\Application.cs (2)
110IsShuttingDown = false; 252IsShuttingDown = true;
7 references to IsShuttingDown
PresentationFramework (7)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
493get { return System.Windows.Application.IsShuttingDown; }
System\Windows\Application.cs (3)
139if (IsShuttingDown) 244if (IsShuttingDown == true) 839if (IsShuttingDown == true || _appIsShutdown == true)
System\Windows\Navigation\NavigationService.cs (1)
3538(Application.IsShuttingDown == true))
System\Windows\Navigation\NavigationWindow.cs (1)
1081return System.Windows.Application.IsShuttingDown;
System\Windows\Window.cs (1)
5491if (Application.IsShuttingDown)