70
70
</VisualStateGroup >
71
71
</VisualStateManager .VisualStateGroups>
72
72
<wpf : PackIcon Kind =" ChevronDown" Opacity =" .38" x : Name =" ExpandPath" RenderTransformOrigin =" 0.5,0.5"
73
- Height =" 24" Width =" 24" >
73
+ Height =" 24" Width =" 24" Foreground = " {TemplateBinding Foreground} " >
74
74
<wpf : PackIcon .RenderTransform>
75
75
<TransformGroup >
76
76
<ScaleTransform />
101
101
<ToggleButton Grid.Row=" 0"
102
102
Margin =" 0 16 0 16"
103
103
HorizontalAlignment =" Center"
104
+ Foreground =" {TemplateBinding Foreground}"
104
105
IsChecked =" {Binding Path=IsChecked, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
105
106
Style =" {StaticResource MaterialDesignExpanderToggleButton}"
106
107
RenderTransformOrigin =" 0.5,0.5" >
134
135
<ToggleButton Grid.Row=" 0"
135
136
Margin =" 0 16 0 16"
136
137
HorizontalAlignment =" Center"
138
+ Foreground =" {TemplateBinding Foreground}"
137
139
IsChecked =" {Binding Path=IsChecked, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
138
140
Style =" {StaticResource MaterialDesignExpanderToggleButton}"
139
141
RenderTransformOrigin =" 0.5,0.5" >
170
172
<ToggleButton Grid.Column=" 1"
171
173
Margin =" 16 0 16 0"
172
174
VerticalAlignment =" Center"
175
+ Foreground =" {TemplateBinding Foreground}"
173
176
IsChecked =" {Binding Path=IsChecked, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
174
177
Style =" {StaticResource MaterialDesignExpanderToggleButton}" />
175
178
<Border BorderBrush =" {DynamicResource MaterialDesignDivider}" BorderThickness =" 0 0 0 1" Grid.ColumnSpan=" 2" SnapsToDevicePixels =" True" />
197
200
<ToggleButton IsChecked =" {Binding Path=IsChecked, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
198
201
Margin =" 16 0 16 0"
199
202
VerticalAlignment =" Center"
203
+ Foreground =" {TemplateBinding Foreground}"
200
204
Style =" {StaticResource MaterialDesignExpanderToggleButton}"
201
205
RenderTransformOrigin =" 0.5,0.5"
202
206
Grid.Column=" 1" >
278
282
Style =" {StaticResource MaterialDesignExpanderDownHeaderStyle}"
279
283
TextElement.FontSize=" 15"
280
284
Opacity =" .87"
285
+ Foreground =" {TemplateBinding Foreground}"
281
286
Content =" {TemplateBinding Header}"
282
287
ContentTemplate =" {TemplateBinding HeaderTemplate}"
283
288
ContentTemplateSelector =" {TemplateBinding HeaderTemplateSelector}"
347
352
</Setter >
348
353
</Style >
349
354
350
- </ResourceDictionary >
355
+ </ResourceDictionary >
0 commit comments