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)
36
Dispatcher.
ShutdownFinished
+= _shutdownHandler;
42
Dispatcher.
ShutdownFinished
-= _shutdownHandler;
Core\CSharp\System\Windows\Media\MediaContext.cs (2)
242
Dispatcher.
ShutdownFinished
+= _destroyHandler;
1494
Dispatcher.
ShutdownFinished
-= _destroyHandler;
Core\CSharp\System\Windows\OleServicesContext.cs (1)
293
Dispatcher.CurrentDispatcher.
ShutdownFinished
+= new EventHandler(OnDispatcherShutdown);
PresentationFramework (9)
src\Framework\System\windows\Documents\TextEditorTyping.cs (3)
119
Dispatcher.CurrentDispatcher.
ShutdownFinished
+= new EventHandler(OnDispatcherShutdownFinished);
144
Dispatcher.CurrentDispatcher.
ShutdownFinished
-= new EventHandler(OnDispatcherShutdownFinished);
1695
Dispatcher.CurrentDispatcher.
ShutdownFinished
-= new EventHandler(OnDispatcherShutdownFinished);
src\Framework\System\Windows\Documents\TextServicesHost.cs (2)
345
Dispatcher.
ShutdownFinished
-= new EventHandler(OnDispatcherShutdownFinished);
397
Dispatcher.
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)
1744
d.
ShutdownFinished
-= OnShutdownFinished;
1745
d.
ShutdownFinished
+= OnShutdownFinished;
WindowsBase (4)
Base\MS\Internal\ShutDownListener.cs (2)
93
dispatcher.
ShutdownFinished
+= new EventHandler(HandleShutDown);
132
dispatcher.
ShutdownFinished
-= new EventHandler(HandleShutDown);
Base\System\Windows\Threading\Dispatcher.cs (2)
2052
if(
ShutdownFinished
!= null)
2054
ShutdownFinished
(this, EventArgs.Empty);