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