File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
5
5
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
6
6
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
7
- xmlns : sys =" clr-namespace:System;assembly=mscorlib"
8
7
xmlns : domain =" clr-namespace:MaterialDesignDemo.Domain"
9
8
xmlns : materialDesign =" http://materialdesigninxaml.net/winfx/xaml/themes"
10
9
xmlns : materialDesignConverters =" clr-namespace:MaterialDesignThemes.Wpf.Converters;assembly=MaterialDesignThemes.Wpf"
11
- xmlns : wpfExample =" clr-namespace:MaterialDesignDemo"
12
10
xmlns : smtx =" clr-namespace:ShowMeTheXAML;assembly=ShowMeTheXAML"
13
11
xmlns : system =" clr-namespace:System;assembly=mscorlib"
14
12
d : DataContext =" {d:DesignInstance domain:ButtonsViewModel}"
54
52
<StackPanel .Resources>
55
53
<system : Double x : Key =" IconSize" >24</system : Double >
56
54
<system : Double x : Key =" ButtonWidth" >90</system : Double >
57
- <ObjectDataProvider x : Key =" ColorZoneModes" MethodName =" GetValues" ObjectType =" {x:Type sys:Enum}" >
58
- <ObjectDataProvider .MethodParameters>
59
- <x : Type TypeName =" materialDesign:ColorZoneMode" />
60
- </ObjectDataProvider .MethodParameters>
61
- </ObjectDataProvider >
62
55
</StackPanel .Resources>
63
56
64
57
<StackPanel Margin =" 0 24 0 0" >
You can’t perform that action at this time.
0 commit comments