2 writes to IsShuttingDown
PresentationFramework (2)
System\Windows\Application.cs (2)
109IsShuttingDown = false; 251IsShuttingDown = true;
7 references to IsShuttingDown
PresentationFramework (7)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
492get { return System.Windows.Application.IsShuttingDown; }
System\Windows\Application.cs (3)
138if (IsShuttingDown) 243if (IsShuttingDown) 838if (IsShuttingDown || _appIsShutdown)
System\Windows\Navigation\NavigationService.cs (1)
3537(Application.IsShuttingDown))
System\Windows\Navigation\NavigationWindow.cs (1)
1080return System.Windows.Application.IsShuttingDown;
System\Windows\Window.cs (1)
5490if (Application.IsShuttingDown)