5 references to GetThemeDictionary
PresentationFramework (5)
System\Windows\Application.cs (1)
903value.MergedDictionaries.Insert(0, ThemeManager.GetThemeDictionary(ThemeMode));
System\Windows\ThemeManager.cs (3)
26AddOrUpdateThemeResources(Application.Current.Resources, GetThemeDictionary(Application.Current.ThemeMode)); 85AddOrUpdateThemeResources(Application.Current.Resources, GetThemeDictionary(newThemeMode)); 251AddOrUpdateThemeResources(window.Resources, GetThemeDictionary(window.ThemeMode));
System\Windows\Window.cs (1)
2148value.MergedDictionaries.Insert(0, ThemeManager.GetThemeDictionary(ThemeMode));