We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f27b72 commit bb16084Copy full SHA for bb16084
MaterialDesignThemes.Wpf/PaletteHelper.cs
@@ -34,7 +34,7 @@ private static ResourceDictionary GetResourceDictionary()
34
/// Removes and readds resource dictionaries with static resource that will be re-evaluated with new theme brushes.
35
/// This is primarily here for the obsolete theme brushes.
36
/// </summary>
37
- private void RecreateThemeDictionaries()
+ private static void RecreateThemeDictionaries()
38
{
39
ResourceDictionary root = Application.Current.Resources;
40
for (int i = 0; i < root.MergedDictionaries.Count; i++)
0 commit comments