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)
2115
if (
_isShuttingDown
)
2117
return
_isShuttingDown
;
2146
return
_isShuttingDown
;