2 writes to SelectionStart
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
233
_toolStripComboBox.
SelectionStart
= 1;
414
_toolStripComboBox.
SelectionStart
= 0;
2 references to SelectionStart
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
228
_toolStripComboBox.
SelectionStart
.Should().Be(0);
234
_toolStripComboBox.
SelectionStart
.Should().Be(1);