I'm using
at an very early time at application startup (before System.Windows.Application.Run()).
My mainform is a RibbonWindow containing a dockpanel which places the ribbon on top and uses a docking:DockSite for the inner fill. One of the permanent ToolWindows uses a navigation:NavigationBar.
While the basic colors change depending of the theme the colors just are not complete. Using Office2010Black I get white foreground on white background for the text of the not-selected item -- it just looks completely different than in your sample app but the theme at least HAS an effect, but something is missing.
What's wrong?
ThemeManager.CurrentTheme = CommonThemeName.Office2010Blue.ToString();
My mainform is a RibbonWindow containing a dockpanel which places the ribbon on top and uses a docking:DockSite for the inner fill. One of the permanent ToolWindows uses a navigation:NavigationBar.
While the basic colors change depending of the theme the colors just are not complete. Using Office2010Black I get white foreground on white background for the text of the not-selected item -- it just looks completely different than in your sample app but the theme at least HAS an effect, but something is missing.
What's wrong?