I have a WPF Popup control that has a custom control as its child. Apparently, the child is loaded when the popup opens and unloaded when the popup closes. There is a considerable amount of work to be done when the child is loaded, however, so I would like to keep it loaded.
How can I accomplish that?