3 references to GetFirstCharIndexFromLine
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripTextBoxTests.cs (3)
749
_toolStripTextBox.
GetFirstCharIndexFromLine
(0).Should().Be(0);
750
_toolStripTextBox.
GetFirstCharIndexFromLine
(1).Should().Be(7);
751
_toolStripTextBox.
GetFirstCharIndexFromLine
(2).Should().Be(14);