3 references to HasShutdownFinished
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
901if ((dispatcher != null) && !dispatcher.HasShutdownStarted && !dispatcher.HasShutdownFinished)
WindowsBase (2)
Base\MS\Internal\WeakEventTable.cs (1)
420!Dispatcher.HasShutdownFinished)
Shared\MS\Win32\HwndSubclass.cs (1)
374if(dispatcher != null && !dispatcher.HasShutdownFinished)