2 writes to _shutdownHandler
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
18
_shutdownHandler
= new EventHandler(this.OnDispatcherShutdown);
27
_shutdownHandler
= null;
3 references to _shutdownHandler
PresentationCore (3)
System\Windows\LayoutManager.cs (3)
19
Dispatcher.ShutdownFinished +=
_shutdownHandler
;
24
if(
_shutdownHandler
!= null)
25
Dispatcher.ShutdownFinished -=
_shutdownHandler
;