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