1 write to _isShuttingDown
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
2136_isShuttingDown = value;
3 references to _isShuttingDown
PresentationFramework (3)
src\Framework\System\Windows\Application.cs (3)
2115if (_isShuttingDown) 2117return _isShuttingDown; 2146return _isShuttingDown;