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