3 references to GetLineFromCharIndex
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripTextBoxTests.cs (3)
768
_toolStripTextBox.
GetLineFromCharIndex
(0).Should().Be(0);
769
_toolStripTextBox.
GetLineFromCharIndex
(7).Should().Be(1);
770
_toolStripTextBox.
GetLineFromCharIndex
(14).Should().Be(2);