1 write to _appShuttingDown
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
2265
_appShuttingDown
= shutdown;
2 references to _appShuttingDown
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
4581
return ((!cancelled) || (
_appShuttingDown
) || (_ignoreCancel));
4700
if (
_appShuttingDown
== false)