|
325 | 325 | <Border x:Name="templateRoot"
|
326 | 326 | Background="{TemplateBinding Background}"
|
327 | 327 | BorderBrush="{TemplateBinding BorderBrush}"
|
328 |
| - BorderThickness="{TemplateBinding BorderThickness}" |
329 |
| - UseLayoutRounding="True"> |
| 328 | + BorderThickness="{TemplateBinding BorderThickness}"> |
330 | 329 | <Border x:Name="splitBorder"
|
331 | 330 | Margin="0"
|
332 | 331 | HorizontalAlignment="Right"
|
333 | 332 | VerticalAlignment="Center"
|
334 | 333 | BorderBrush="Transparent"
|
335 |
| - BorderThickness="0" |
336 |
| - UseLayoutRounding="true"> |
| 334 | + BorderThickness="0"> |
337 | 335 | <Path x:Name="arrow"
|
338 | 336 | Width="8" Height="8"
|
339 | 337 | Margin="0"
|
|
394 | 392 | <ColumnDefinition Width="0" MinWidth="{DynamicResource {x:Static SystemParameters.VerticalScrollBarWidthKey}}" />
|
395 | 393 | </Grid.ColumnDefinitions>
|
396 | 394 | <ToggleButton x:Name="toggleButton"
|
397 |
| - Background="{TemplateBinding Background}" |
398 |
| - BorderBrush="{TemplateBinding BorderBrush}" |
399 |
| - BorderThickness="{TemplateBinding BorderThickness}" |
400 |
| - Grid.ColumnSpan="2" |
401 |
| - IsChecked="{Binding IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}" |
402 |
| - Style="{StaticResource MaterialDesignComboBoxToggleButton}" /> |
| 395 | + Grid.ColumnSpan="2" |
| 396 | + Background="{TemplateBinding Background}" |
| 397 | + BorderBrush="{TemplateBinding BorderBrush}" |
| 398 | + BorderThickness="{TemplateBinding BorderThickness}" |
| 399 | + IsChecked="{Binding IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}" |
| 400 | + Style="{StaticResource MaterialDesignComboBoxToggleButton}" /> |
403 | 401 | <Grid Margin="{TemplateBinding Padding}"
|
404 | 402 | HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
|
405 | 403 | VerticalAlignment="{TemplateBinding VerticalContentAlignment}">
|
|
0 commit comments