2 writes to SelectionStart
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
235
_toolStripComboBox.
SelectionStart
= 1;
416
_toolStripComboBox.
SelectionStart
= 0;
2 references to SelectionStart
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
230
_toolStripComboBox.
SelectionStart
.Should().Be(0);
236
_toolStripComboBox.
SelectionStart
.Should().Be(1);