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)
4581return ((!cancelled) || (_appShuttingDown) || (_ignoreCancel)); 4700if (_appShuttingDown == false)