Base:
method
GetLineFromCharIndex
System.Windows.Forms.TextBoxBase.GetLineFromCharIndex(System.Int32)
6 references to GetLineFromCharIndex
System.Windows.Forms.Tests (6)
System\Windows\Forms\RichTextBoxTests.cs (6)
8822
Assert.Equal(0, control.
GetLineFromCharIndex
(index));
8838
Assert.Equal(0, control.
GetLineFromCharIndex
(index));
8857
Assert.Equal(0, control.
GetLineFromCharIndex
(index));
8884
Assert.Equal(0, control.
GetLineFromCharIndex
(index));
8910
Assert.Equal(0, control.
GetLineFromCharIndex
(1));
8950
Assert.Equal(expected, control.
GetLineFromCharIndex
(1));