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 66b3d82 commit 09c6fd2Copy full SHA for 09c6fd2
MaterialDesignThemes.Wpf/MaterialDesignFonts.cs renamed to MaterialDesignThemes.Wpf/MaterialDesignFont.cs
@@ -1,13 +1,11 @@
1
using System;
2
-using System.IO;
3
-using System.Windows;
4
using System.Windows.Markup;
5
using System.Windows.Media;
6
7
namespace MaterialDesignThemes.Wpf
8
{
9
[MarkupExtensionReturnType(typeof(FontFamily))]
10
- public class MaterialDesignFont : MarkupExtension
+ public class MaterialDesignFontExtension : MarkupExtension
11
12
private static readonly Lazy<FontFamily> _roboto
13
= new Lazy<FontFamily>(() =>
0 commit comments