2 writes to _shutdownHandler
PresentationCore (2)
System\Windows\LayoutManager.cs (2)
35
_shutdownHandler
= new EventHandler(this.OnDispatcherShutdown);
44
_shutdownHandler
= null;
3 references to _shutdownHandler
PresentationCore (3)
System\Windows\LayoutManager.cs (3)
36
Dispatcher.ShutdownFinished +=
_shutdownHandler
;
41
if(
_shutdownHandler
!= null)
42
Dispatcher.ShutdownFinished -=
_shutdownHandler
;