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)
8820
Assert.Equal(0, control.
GetLineFromCharIndex
(index));
8836
Assert.Equal(0, control.
GetLineFromCharIndex
(index));
8855
Assert.Equal(0, control.
GetLineFromCharIndex
(index));
8882
Assert.Equal(0, control.
GetLineFromCharIndex
(index));
8908
Assert.Equal(0, control.
GetLineFromCharIndex
(1));
8948
Assert.Equal(expected, control.
GetLineFromCharIndex
(1));