
I am using both the MVVM (binding) scenario and nested DockSites.
When a window is closing, I need to be able to persist the child DockSite's layout. This requires accessing the child DockSite from the parent WindowClosing event.
How can I access the content control 'wrapper' associated with a DockingWindow when using the 'Wrapped' ItemContainerRetentionMode?
This is needed in order to find the child DockSite.
Thanks.
[Modified 10 years ago]