7 writes to SelectedIndex
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolStripComboBoxTests.cs (7)
197_toolStripComboBox.SelectedIndex = 1; 200_toolStripComboBox.SelectedIndex = 0; 222_toolStripComboBox.SelectedIndex = 1; 234_toolStripComboBox.SelectedIndex = 1; 301_toolStripComboBox.SelectedIndex = 1; 306_toolStripComboBox.SelectedIndex = 0; 415_toolStripComboBox.SelectedIndex = 1;
3 references to SelectedIndex
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripComboBoxTests.cs (3)
193_toolStripComboBox.SelectedIndex.Should().Be(-1); 198_toolStripComboBox.SelectedIndex.Should().Be(1); 201_toolStripComboBox.SelectedIndex.Should().Be(0);