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