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