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