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