5 references to GetThemeDictionary
PresentationFramework (5)
System\Windows\Application.cs (1)
939value.MergedDictionaries.Insert(0, ThemeManager.GetThemeDictionary(ThemeMode));
System\Windows\ThemeManager.cs (3)
36AddOrUpdateThemeResources(Application.Current.Resources, GetThemeDictionary(Application.Current.ThemeMode)); 94AddOrUpdateThemeResources(Application.Current.Resources, GetThemeDictionary(newThemeMode)); 260AddOrUpdateThemeResources(window.Resources, GetThemeDictionary(window.ThemeMode));
System\Windows\Window.cs (1)
2167value.MergedDictionaries.Insert(0, ThemeManager.GetThemeDictionary(ThemeMode));