7 references to TextPointer
PresentationFramework (7)
MS\Internal\Text\ComplexLine.cs (1)
288position = new TextPointer(_owner.ContentStart, CalcPositionOffset(charHit), LogicalDirection.Forward);
System\Windows\Controls\TextBox.cs (3)
178TextPointer newEnd = new TextPointer(newStart, length, LogicalDirection.Forward); 816TextPointer newEnd = new TextPointer(TextSelectionInternal.Start, value, LogicalDirection.Forward); 872TextPointer newEnd = new TextPointer(newStart, selectionLength, LogicalDirection.Forward);
System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
46textPointerTable = new TextPointer(_textContainer.Start, _cpTable, LogicalDirection.Forward);
System\Windows\Documents\TextPointer.cs (1)
2587return new TextPointer(this, offset, gravity);
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
476TextPointer textPointerTable = new TextPointer(navigator.TextContainer.Start, _cpTable, LogicalDirection.Forward);