2 writes to SelectionLength
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripComboBoxTests.cs (2)
221
_toolStripComboBox.
SelectionLength
= 5;
415
_toolStripComboBox.
SelectionLength
= 5;
3 references to SelectionLength
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripComboBoxTests.cs (3)
216
_toolStripComboBox.
SelectionLength
.Should().Be(0);
222
_toolStripComboBox.
SelectionLength
.Should().Be(5);
353
_toolStripComboBox.
SelectionLength
.Should().Be(_toolStripComboBox.Text.Length);