2 writes to _hasShutdownStarted
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (2)
1960
_hasShutdownStarted
= true;
1985
_hasShutdownStarted
= true;
4 references to _hasShutdownStarted
WindowsBase (4)
Base\System\Windows\Threading\Dispatcher.cs (3)
287
return
_hasShutdownStarted
; // Free-Thread access OK.
2337
if(
_hasShutdownStarted
)
2498
if(!
_hasShutdownStarted
&& !_hasShutdownFinished) // Dispatcher thread - no lock needed for read
Base\System\Windows\Threading\DispatcherFrame.cs (1)
79
if(dispatcher._exitAllFrames || dispatcher.
_hasShutdownStarted
)