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