Try to remove Focusable="false" and ClickMode="Press" from the arrowButton definition:
<ToggleButton x:Name="arrowButton" Grid.Column="2"
Template="{DynamicResource ComboBoxToggleButton}"
IsChecked="{Binding Path=IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
DockPanel.Dock="Right"/>
<!-- Focusable="false" ClickMode="Press" DockPanel.Dock="Right"/> -->