2 writes to SelectionLength
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
223
_toolStripComboBox.
SelectionLength
= 5;
417
_toolStripComboBox.
SelectionLength
= 5;
3 references to SelectionLength
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripComboBoxTests.cs (3)
218
_toolStripComboBox.
SelectionLength
.Should().Be(0);
224
_toolStripComboBox.
SelectionLength
.Should().Be(5);
355
_toolStripComboBox.
SelectionLength
.Should().Be(_toolStripComboBox.Text.Length);