<ComboBox Name="ComboBox1" VerticalAlignment="Top" SelectionChanged="ComboBox_SelectionChanged">
<ComboBoxItem IsEnabled="True">
<TextBlock Text="test1"/>
</ComboBoxItem>
<ComboBoxItem IsEnabled="False">
<TextBlock Text="test2"/>
</ComboBoxItem>
<ComboBoxItem IsEnabled="True">
<TextBlock Text="test3"/>
</ComboBoxItem>
<ComboBoxItem IsEnabled="True">
<TextBlock Text="test4"/>
</ComboBoxItem>
<ComboBoxItem IsEnabled="False">
<TextBlock Text="test1"/>
</ComboBoxItem>
</ComboBox>