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)
496get { 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)
3580(Application.IsShuttingDown == true))
System\Windows\Navigation\NavigationWindow.cs (1)
1085return System.Windows.Application.IsShuttingDown;
System\Windows\Window.cs (1)
5507if (Application.IsShuttingDown)