7 references to TextPointer
PresentationFramework (7)
MS\Internal\Text\ComplexLine.cs (1)
282
position = new
TextPointer
(_owner.ContentStart, CalcPositionOffset(charHit), LogicalDirection.Forward);
System\Windows\Controls\TextBox.cs (3)
172
TextPointer newEnd = new
TextPointer
(newStart, length, LogicalDirection.Forward);
810
TextPointer newEnd = new
TextPointer
(TextSelectionInternal.Start, value, LogicalDirection.Forward);
866
TextPointer newEnd = new
TextPointer
(newStart, selectionLength, LogicalDirection.Forward);
System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
45
textPointerTable = new
TextPointer
(_textContainer.Start, _cpTable, LogicalDirection.Forward);
System\Windows\Documents\TextPointer.cs (1)
2581
return new
TextPointer
(this, offset, gravity);
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
473
TextPointer textPointerTable = new
TextPointer
(navigator.TextContainer.Start, _cpTable, LogicalDirection.Forward);