<ControlTemplate x:Key="ComboBoxTextBox" TargetType="{x:Type TextBox}">
<Border x:Name="PART_ContentHost" Focusable="False" Background="{TemplateBinding Background}" />
</ControlTemplate>
<ControlTemplate x:Key="ComboBoxToggleButton" TargetType="{x:Type ToggleButton}">
<Grid Cursor="Hand">
<Grid.ColumnDefinitions>
<ColumnDefinition />
<ColumnDefinition Width="40" />
</Grid.ColumnDefinitions>
<Border x:Name="bd" Grid.Column="0" Grid.ColumnSpan="2" BorderThickness="1" CornerRadius="3" Background="White" BorderBrush="#e8e8e8" />
<Border Grid.Column="1" CornerRadius="3" Margin="2" Background="White" Cursor="Hand" >
</Border>
<Path x:Name="Arrow" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" RenderTransformOrigin="0.5,0.5" Data="M286.165333 353.834667a42.666667 42.666667 0 1 0-60.330666 60.330666l256 256a42.666667 42.666667 0 0 0 60.330666 0l256-256a42.666667 42.666667 0 1 0-60.330666-60.330666L512 579.