6 references to GetLineIndexFromOffset
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TextBoxView.cs (5)
643int lineIndex = GetLineIndexFromOffset(offset); 1576int lineIndex = GetLineIndexFromOffset(offset); 1714return GetLineIndexFromOffset(offset); 2441int firstLineIndex = GetLineIndexFromOffset(range.StartIndex); 2458int lastLineIndex = GetLineIndexFromOffset(endOffset);
src\Framework\System\Windows\Controls\TextBox.cs (1)
291line = textboxView.GetLineIndexFromOffset(charIndex);