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