File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
MaterialDesignColors.Wpf/Properties
MaterialDesignThemes.Wpf/Properties Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 33using System . Runtime . CompilerServices ;
44using System . Runtime . InteropServices ;
55using System . Windows ;
6+ using System . Windows . Markup ;
67
78// General Information about an assembly is controlled through the following
89// set of attributes. Change these attribute values to modify the information
1516[ assembly: AssemblyCopyright ( "Copyright © 2015" ) ]
1617[ assembly: AssemblyTrademark ( "" ) ]
1718[ assembly: AssemblyCulture ( "" ) ]
19+ [ assembly: XmlnsPrefix ( "http://materialdesigninxaml.net/winfx/xaml/colors" , "materialDesignColor" ) ]
20+ [ assembly: XmlnsDefinition ( "http://materialdesigninxaml.net/winfx/xaml/colors" , "MaterialDesignColors.Wpf" ) ]
1821
1922// Setting ComVisible to false makes the types in this assembly not visible
2023// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 33using System . Runtime . CompilerServices ;
44using System . Runtime . InteropServices ;
55using System . Windows ;
6+ using System . Windows . Markup ;
67
78// General Information about an assembly is controlled through the following
89// set of attributes. Change these attribute values to modify the information
1516[ assembly: AssemblyCopyright ( "Copyright © 2015" ) ]
1617[ assembly: AssemblyTrademark ( "" ) ]
1718[ assembly: AssemblyCulture ( "" ) ]
18-
19+ [ assembly: XmlnsPrefix ( "http://materialdesigninxaml.net/winfx/xaml/themes" , "materialDesign" ) ]
20+ [ assembly: XmlnsDefinition ( "http://materialdesigninxaml.net/winfx/xaml/themes" , "MaterialDesignThemes.Wpf" ) ]
1921
2022// Setting ComVisible to false makes the types in this assembly not visible
2123// to COM components. If you need to access a type in this assembly from
You can’t perform that action at this time.
0 commit comments