2 writes to SelectionLength
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTextBoxTests.cs (2)
277_toolStripTextBox.SelectionLength = selectionLength; 291_toolStripTextBox.SelectionLength = textLength.Value;
2 references to SelectionLength
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripTextBoxTests.cs (2)
292_toolStripTextBox.SelectionLength.Should().Be(textLength.Value); 717_toolStripTextBox.SelectionLength.Should().Be(0);