We have a main DockSite with a nested DockSite.
The main DockSite has multiple DocumentWindows with a different TabTintColor set.
The nested DockSite is tinted via ThemeManager.SetTheme, where I use a TintedResourceDictionary which uses the actual TabTintColor from the parent DocumentWindow.
I know that SetTheme should not be used for production (memory leaks?). How can I have two DockSites with different Themes without using the ThemeProperty?
The main DockSite has multiple DocumentWindows with a different TabTintColor set.
The nested DockSite is tinted via ThemeManager.SetTheme, where I use a TintedResourceDictionary which uses the actual TabTintColor from the parent DocumentWindow.
I know that SetTheme should not be used for production (memory leaks?). How can I have two DockSites with different Themes without using the ThemeProperty?