Skip to content

Commit 7aa629b

Browse files
authored
Remove un-used resources (#2380)
1 parent addbb34 commit 7aa629b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

MainDemo.Wpf/Buttons.xaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7-
xmlns:sys="clr-namespace:System;assembly=mscorlib"
87
xmlns:domain="clr-namespace:MaterialDesignDemo.Domain"
98
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
109
xmlns:materialDesignConverters="clr-namespace:MaterialDesignThemes.Wpf.Converters;assembly=MaterialDesignThemes.Wpf"
11-
xmlns:wpfExample="clr-namespace:MaterialDesignDemo"
1210
xmlns:smtx="clr-namespace:ShowMeTheXAML;assembly=ShowMeTheXAML"
1311
xmlns:system="clr-namespace:System;assembly=mscorlib"
1412
d:DataContext="{d:DesignInstance domain:ButtonsViewModel}"
@@ -54,11 +52,6 @@
5452
<StackPanel.Resources>
5553
<system:Double x:Key="IconSize">24</system:Double>
5654
<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>
6255
</StackPanel.Resources>
6356

6457
<StackPanel Margin="0 24 0 0">

0 commit comments

Comments
 (0)