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);