2 overrides of GetContentEndPosition
PresentationFramework (2)
MS\Internal\PtsHost\TextParaLineResult.cs (1)
109internal override ITextPointer GetContentEndPosition()
MS\Internal\Text\TextLineResult.cs (1)
103internal override ITextPointer GetContentEndPosition()
2 references to GetContentEndPosition
PresentationFramework (2)
MS\Internal\Documents\TextDocumentView.cs (1)
2346lineRange = new TextSegment(lines[lineIndex].StartPosition, lines[lineIndex].GetContentEndPosition(), true);
MS\Internal\Documents\TextParagraphView.cs (1)
279return new TextSegment(lines[lineIndex].StartPosition, lines[lineIndex].GetContentEndPosition(), true);