20 references to ShutdownFinished
PresentationCore (7)
Core\CSharp\System\Windows\Interop\HwndSource.cs (2)
3092_that.ShutdownFinished += new EventHandler(this.OnShutdownFinished); 3112_that.ShutdownFinished-= new EventHandler(this.OnShutdownFinished);
Core\CSharp\System\Windows\LayoutManager.cs (2)
36Dispatcher.ShutdownFinished += _shutdownHandler; 42Dispatcher.ShutdownFinished -= _shutdownHandler;
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
242Dispatcher.ShutdownFinished += _destroyHandler; 1494Dispatcher.ShutdownFinished -= _destroyHandler;
Core\CSharp\System\Windows\OleServicesContext.cs (1)
293Dispatcher.CurrentDispatcher.ShutdownFinished += new EventHandler(OnDispatcherShutdown);
PresentationFramework (9)
src\Framework\System\windows\Documents\TextEditorTyping.cs (3)
119Dispatcher.CurrentDispatcher.ShutdownFinished += new EventHandler(OnDispatcherShutdownFinished); 144Dispatcher.CurrentDispatcher.ShutdownFinished -= new EventHandler(OnDispatcherShutdownFinished); 1695Dispatcher.CurrentDispatcher.ShutdownFinished -= new EventHandler(OnDispatcherShutdownFinished);
src\Framework\System\Windows\Documents\TextServicesHost.cs (2)
345Dispatcher.ShutdownFinished -= new EventHandler(OnDispatcherShutdownFinished); 397Dispatcher.ShutdownFinished += new EventHandler(OnDispatcherShutdownFinished);
src\Framework\System\Windows\Interop\HwndHost.cs (2)
1428_that.ShutdownFinished += new EventHandler(this.OnShutdownFinished); 1448_that.ShutdownFinished-= new EventHandler(this.OnShutdownFinished);
src\Framework\System\Windows\SystemResources.cs (2)
1744d.ShutdownFinished -= OnShutdownFinished; 1745d.ShutdownFinished += OnShutdownFinished;
WindowsBase (4)
Base\MS\Internal\ShutDownListener.cs (2)
93dispatcher.ShutdownFinished += new EventHandler(HandleShutDown); 132dispatcher.ShutdownFinished -= new EventHandler(HandleShutDown);
Base\System\Windows\Threading\Dispatcher.cs (2)
2052if(ShutdownFinished != null) 2054ShutdownFinished(this, EventArgs.Empty);