2 writes to SelectionLength
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTextBoxTests.cs (2)
279_toolStripTextBox.SelectionLength = selectionLength; 293_toolStripTextBox.SelectionLength = textLength.Value;
2 references to SelectionLength
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTextBoxTests.cs (2)
294_toolStripTextBox.SelectionLength.Should().Be(textLength.Value); 719_toolStripTextBox.SelectionLength.Should().Be(0);