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)
287return _hasShutdownStarted; // Free-Thread access OK. 2337if(_hasShutdownStarted) 2498if(!_hasShutdownStarted && !_hasShutdownFinished) // Dispatcher thread - no lock needed for read
Base\System\Windows\Threading\DispatcherFrame.cs (1)
79if(dispatcher._exitAllFrames || dispatcher._hasShutdownStarted)