1 write to _appShuttingDown
PresentationFramework (1)
System\Windows\Window.cs (1)
2233
_appShuttingDown
= shutdown;
2 references to _appShuttingDown
PresentationFramework (2)
System\Windows\Window.cs (2)
4454
return ((!cancelled) || (
_appShuttingDown
) || (_ignoreCancel));
4559
if (
_appShuttingDown
== false)