10 references to HasShutdownStarted
PresentationCore (2)
Core\CSharp\MS\Internal\Automation\ElementUtil.cs (1)
253bool dispatcherInShutdown = dispatcher.HasShutdownStarted;
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
901if ((dispatcher != null) && !dispatcher.HasShutdownStarted && !dispatcher.HasShutdownFinished)
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\PtsContext.cs (2)
334if (!this.Disposed && !this.Dispatcher.HasShutdownStarted) 379if (!this.Disposed && !this.Dispatcher.HasShutdownStarted)
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UIThreadDispatcher.cs (6)
53if (!this.uiThreadDispatcher.HasShutdownStarted) 61if (!this.uiThreadDispatcher.HasShutdownStarted) 69if (!this.uiThreadDispatcher.HasShutdownStarted) 77if (!this.uiThreadDispatcher.HasShutdownStarted) 85if (!this.uiThreadDispatcher.HasShutdownStarted) 93if (!this.uiThreadDispatcher.HasShutdownStarted)