Base:
method
GetLineFromCharIndex
System.Windows.Forms.Automation.UiaTextProvider.GetLineFromCharIndex(System.Int32)
4 references to GetLineFromCharIndex
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (2)
326bool useNext = startCharIndex < TextLength - 1 && GetLineFromCharIndex(startCharIndex + 1) == GetLineFromCharIndex(startCharIndex);
System.Windows.Forms.Tests (2)
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (2)
285int actualLine = provider.GetLineFromCharIndex(charIndex); 303int actualLine = provider.GetLineFromCharIndex(charIndex);