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