Skip to content

Commit bb16084

Browse files
authored
Minor cleanup of method that can be static (#3530)
1 parent 7f27b72 commit bb16084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/PaletteHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private static ResourceDictionary GetResourceDictionary()
3434
/// Removes and readds resource dictionaries with static resource that will be re-evaluated with new theme brushes.
3535
/// This is primarily here for the obsolete theme brushes.
3636
/// </summary>
37-
private void RecreateThemeDictionaries()
37+
private static void RecreateThemeDictionaries()
3838
{
3939
ResourceDictionary root = Application.Current.Resources;
4040
for (int i = 0; i < root.MergedDictionaries.Count; i++)

0 commit comments

Comments
 (0)