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 3
3
using System . Runtime . CompilerServices ;
4
4
using System . Runtime . InteropServices ;
5
5
using System . Windows ;
6
+ using System . Windows . Markup ;
6
7
7
8
// General Information about an assembly is controlled through the following
8
9
// set of attributes. Change these attribute values to modify the information
15
16
[ assembly: AssemblyCopyright ( "Copyright © 2015" ) ]
16
17
[ assembly: AssemblyTrademark ( "" ) ]
17
18
[ assembly: AssemblyCulture ( "" ) ]
19
+ [ assembly: XmlnsPrefix ( "http://materialdesigninxaml.net/winfx/xaml/colors" , "materialDesignColor" ) ]
20
+ [ assembly: XmlnsDefinition ( "http://materialdesigninxaml.net/winfx/xaml/colors" , "MaterialDesignColors.Wpf" ) ]
18
21
19
22
// Setting ComVisible to false makes the types in this assembly not visible
20
23
// to COM components. If you need to access a type in this assembly from
Original file line number Diff line number Diff line change 3
3
using System . Runtime . CompilerServices ;
4
4
using System . Runtime . InteropServices ;
5
5
using System . Windows ;
6
+ using System . Windows . Markup ;
6
7
7
8
// General Information about an assembly is controlled through the following
8
9
// set of attributes. Change these attribute values to modify the information
15
16
[ assembly: AssemblyCopyright ( "Copyright © 2015" ) ]
16
17
[ assembly: AssemblyTrademark ( "" ) ]
17
18
[ assembly: AssemblyCulture ( "" ) ]
18
-
19
+ [ assembly: XmlnsPrefix ( "http://materialdesigninxaml.net/winfx/xaml/themes" , "materialDesign" ) ]
20
+ [ assembly: XmlnsDefinition ( "http://materialdesigninxaml.net/winfx/xaml/themes" , "MaterialDesignThemes.Wpf" ) ]
19
21
20
22
// Setting ComVisible to false makes the types in this assembly not visible
21
23
// 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