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)
20Dispatcher.ShutdownFinished += _shutdownHandler; 25if(_shutdownHandler != null) 26Dispatcher.ShutdownFinished -= _shutdownHandler;