Skip to content

Commit 09c6fd2

Browse files
committed
Renaming file to match class name
1 parent 66b3d82 commit 09c6fd2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

MaterialDesignThemes.Wpf/MaterialDesignFonts.cs renamed to MaterialDesignThemes.Wpf/MaterialDesignFont.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
using System;
2-
using System.IO;
3-
using System.Windows;
42
using System.Windows.Markup;
53
using System.Windows.Media;
64

75
namespace MaterialDesignThemes.Wpf
86
{
97
[MarkupExtensionReturnType(typeof(FontFamily))]
10-
public class MaterialDesignFont : MarkupExtension
8+
public class MaterialDesignFontExtension : MarkupExtension
119
{
1210
private static readonly Lazy<FontFamily> _roboto
1311
= new Lazy<FontFamily>(() =>

0 commit comments

Comments
 (0)