7 references to TextPointer
PresentationFramework (7)
MS\Internal\Text\ComplexLine.cs (1)
283
position = new
TextPointer
(_owner.ContentStart, CalcPositionOffset(charHit), LogicalDirection.Forward);
System\Windows\Controls\TextBox.cs (3)
171
TextPointer newEnd = new
TextPointer
(newStart, length, LogicalDirection.Forward);
809
TextPointer newEnd = new
TextPointer
(TextSelectionInternal.Start, value, LogicalDirection.Forward);
865
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)
2582
return new
TextPointer
(this, offset, gravity);
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
474
TextPointer textPointerTable = new
TextPointer
(navigator.TextContainer.Start, _cpTable, LogicalDirection.Forward);