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