2 overrides of StartPosition
PresentationFramework (2)
MS\Internal\PtsHost\TextParaLineResult.cs (1)
166internal override ITextPointer StartPosition
MS\Internal\Text\TextLineResult.cs (1)
163internal override ITextPointer StartPosition
10 references to StartPosition
PresentationFramework (10)
MS\Internal\Documents\TextDocumentView.cs (7)
2308lineRange = new TextSegment(lines[lineIndex].StartPosition, lines[lineIndex].GetContentEndPosition(), true); 2489positionOut = lines[lineIndex].StartPosition.CreatePointer(LogicalDirection.Forward); 2509positionOut = lines[0].StartPosition.CreatePointer(LogicalDirection.Forward); 2521positionOut = lines[lines.Count - 1].StartPosition.CreatePointer(LogicalDirection.Forward); 2968positionOut = lines[lineIndex].StartPosition.CreatePointer(LogicalDirection.Forward); 2983positionOut = lines[0].StartPosition.CreatePointer(LogicalDirection.Forward); 2995positionOut = lines[lines.Count - 1].StartPosition.CreatePointer(LogicalDirection.Forward);
MS\Internal\Documents\TextParagraphView.cs (3)
177positionOut = lines[lineIndex].StartPosition.CreatePointer(LogicalDirection.Forward); 272return new TextSegment(lines[lineIndex].StartPosition, lines[lineIndex].GetContentEndPosition(), true); 360int dcp = lines[0].StartPosition.GetOffsetToPosition(position) + lines[0].StartPositionCP;