|
159 | 159 | </smtx:XamlDisplay>
|
160 | 160 |
|
161 | 161 | <smtx:XamlDisplay Margin="0,0,4,4" UniqueKey="chips_12">
|
162 |
| - <CheckBox IsChecked="True" Style="{StaticResource MaterialDesignFilterChipAccentCheckBox}">Secondary</CheckBox> |
| 162 | + <CheckBox IsChecked="True" Style="{StaticResource MaterialDesignFilterChipSecondaryCheckBox}">Secondary</CheckBox> |
163 | 163 | </smtx:XamlDisplay>
|
164 | 164 | </WrapPanel>
|
165 | 165 |
|
|
179 | 179 | <smtx:XamlDisplay Margin="0,0,4,4" UniqueKey="chips_15">
|
180 | 180 | <CheckBox Content="Secondary Outline"
|
181 | 181 | IsChecked="True"
|
182 |
| - Style="{StaticResource MaterialDesignFilterChipAccentOutlineCheckBox}" /> |
| 182 | + Style="{StaticResource MaterialDesignFilterChipSecondaryOutlineCheckBox}" /> |
183 | 183 | </smtx:XamlDisplay>
|
184 | 184 | </WrapPanel>
|
185 | 185 |
|
|
208 | 208 |
|
209 | 209 | <materialDesign:Card Margin="4">
|
210 | 210 | <smtx:XamlDisplay Margin="4" UniqueKey="chips_18">
|
211 |
| - <ListBox Style="{StaticResource MaterialDesignFilterChipAccentListBox}"> |
| 211 | + <ListBox Style="{StaticResource MaterialDesignFilterChipSecondaryListBox}"> |
212 | 212 | <ListBoxItem Content="Mercury" />
|
213 | 213 | <ListBoxItem Content="Venus" IsSelected="True" />
|
214 | 214 | <ListBoxItem Content="Earth" />
|
|
243 | 243 |
|
244 | 244 | <materialDesign:Card Margin="4">
|
245 | 245 | <smtx:XamlDisplay Margin="4" UniqueKey="chips_21">
|
246 |
| - <ListBox Style="{StaticResource MaterialDesignFilterChipAccentOutlineListBox}"> |
| 246 | + <ListBox Style="{StaticResource MaterialDesignFilterChipSecondaryOutlineListBox}"> |
247 | 247 | <ListBoxItem Content="Mercury" />
|
248 | 248 | <ListBoxItem Content="Venus" IsSelected="True" />
|
249 | 249 | <ListBoxItem Content="Earth" />
|
|
279 | 279 | <smtx:XamlDisplay Margin="0,0,4,4" UniqueKey="chips_24">
|
280 | 280 | <RadioButton Content="Secondary"
|
281 | 281 | GroupName="GroupChoiceChip"
|
282 |
| - Style="{StaticResource MaterialDesignChoiceChipAccentRadioButton}" /> |
| 282 | + Style="{StaticResource MaterialDesignChoiceChipSecondaryRadioButton}" /> |
283 | 283 | </smtx:XamlDisplay>
|
284 | 284 | </WrapPanel>
|
285 | 285 |
|
|
300 | 300 | <smtx:XamlDisplay Margin="0,0,4,4" UniqueKey="chips_27">
|
301 | 301 | <RadioButton Content="Secondary Outline"
|
302 | 302 | GroupName="GroupChoiceChipOutline"
|
303 |
| - Style="{StaticResource MaterialDesignChoiceChipAccentOutlineRadioButton}" /> |
| 303 | + Style="{StaticResource MaterialDesignChoiceChipSecondaryOutlineRadioButton}" /> |
304 | 304 | </smtx:XamlDisplay>
|
305 | 305 | </WrapPanel>
|
306 | 306 |
|
|
329 | 329 |
|
330 | 330 | <materialDesign:Card Margin="4">
|
331 | 331 | <smtx:XamlDisplay Margin="0,0,6,4" UniqueKey="chips_30">
|
332 |
| - <ListBox x:Name="RadioButtonGroupChoiceChipAccent" Style="{StaticResource MaterialDesignChoiceChipAccentListBox}"> |
| 332 | + <ListBox x:Name="RadioButtonGroupChoiceChipSecondary" Style="{StaticResource MaterialDesignChoiceChipSecondaryListBox}"> |
333 | 333 | <ListBoxItem Content="Mercury" />
|
334 | 334 | <ListBoxItem Content="Venus" IsSelected="True" />
|
335 | 335 | <ListBoxItem Content="Earth" />
|
|
364 | 364 |
|
365 | 365 | <materialDesign:Card Margin="4">
|
366 | 366 | <smtx:XamlDisplay Margin="0,0,6,4" UniqueKey="chips_33">
|
367 |
| - <ListBox x:Name="RadioButtonGroupChoiceChipAccentOutline" Style="{StaticResource MaterialDesignChoiceChipAccentOutlineListBox}"> |
| 367 | + <ListBox x:Name="RadioButtonGroupChoiceChipSecondaryOutline" Style="{StaticResource MaterialDesignChoiceChipSecondaryOutlineListBox}"> |
368 | 368 | <ListBoxItem Content="Mercury" />
|
369 | 369 | <ListBoxItem Content="Venus" IsSelected="True" />
|
370 | 370 | <ListBoxItem Content="Earth" />
|
|
0 commit comments