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