Skip to content

Commit 3ae2c21

Browse files
tadgerbKeboo
authored andcommitted
Add Converters namespace to exported namespace (#1202)
There are a lot of useful converters in the Converters namespace, and none of them are exported. This change allows access to that location through the xmlns.
1 parent 2a978a8 commit 3ae2c21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MaterialDesignThemes.Wpf/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
[assembly: XmlnsPrefix("http://materialdesigninxaml.net/winfx/xaml/themes", "materialDesign")]
1818
[assembly: XmlnsDefinition("http://materialdesigninxaml.net/winfx/xaml/themes", "MaterialDesignThemes.Wpf")]
1919
[assembly: XmlnsDefinition("http://materialdesigninxaml.net/winfx/xaml/themes", "MaterialDesignThemes.Wpf.Transitions")]
20+
[assembly: XmlnsDefinition("http://materialdesigninxaml.net/winfx/xaml/themes", "MaterialDesignThemes.Wpf.Converters")]
2021

2122
// Setting ComVisible to false makes the types in this assembly not visible
2223
// to COM components. If you need to access a type in this assembly from

0 commit comments

Comments
 (0)