7 writes to SelectedIndex
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolStripComboBoxTests.cs (7)
195_toolStripComboBox.SelectedIndex = 1; 198_toolStripComboBox.SelectedIndex = 0; 220_toolStripComboBox.SelectedIndex = 1; 232_toolStripComboBox.SelectedIndex = 1; 299_toolStripComboBox.SelectedIndex = 1; 304_toolStripComboBox.SelectedIndex = 0; 413_toolStripComboBox.SelectedIndex = 1;
3 references to SelectedIndex
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripComboBoxTests.cs (3)
191_toolStripComboBox.SelectedIndex.Should().Be(-1); 196_toolStripComboBox.SelectedIndex.Should().Be(1); 199_toolStripComboBox.SelectedIndex.Should().Be(0);