5 references to GetThemeDictionary
PresentationFramework (5)
System\Windows\Application.cs (1)
899value.MergedDictionaries.Insert(0, ThemeManager.GetThemeDictionary(ThemeMode));
System\Windows\ThemeManager.cs (3)
29AddOrUpdateThemeResources(Application.Current.Resources, GetThemeDictionary(Application.Current.ThemeMode)); 88AddOrUpdateThemeResources(Application.Current.Resources, GetThemeDictionary(newThemeMode)); 254AddOrUpdateThemeResources(window.Resources, GetThemeDictionary(window.ThemeMode));
System\Windows\Window.cs (1)
2140value.MergedDictionaries.Insert(0, ThemeManager.GetThemeDictionary(ThemeMode));