2 references to GetLineFromCharIndex
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (2)
122bool useNext = startCharIndex < TextLength - 1 && GetLineFromCharIndex(startCharIndex + 1) == GetLineFromCharIndex(startCharIndex);