I recently upgraded from 11.1.542.0 to 11.2.554.0
I used to be able to do:
ThemeManager.CurrentTheme = ActiproSoftware.Windows.Themes.CommonThemeName.Office2010Black.ToString();
but CommonThemeName is no longer in the namespace (or anywhere in ActoproSoftware.Shared.Wpf.dll).
I thought it might be in the ActiproSoftware.Themes.Office.Wpf dll, but I can't find it there either.
What should I be doing differently (how do I get to the theme name for Office2010Black)?