7 references to TextPointer
PresentationFramework (7)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
292
position = new
TextPointer
(_owner.ContentStart, CalcPositionOffset(charHit), LogicalDirection.Forward);
src\Framework\System\Windows\Controls\TextBox.cs (3)
191
TextPointer newEnd = new
TextPointer
(newStart, length, LogicalDirection.Forward);
848
TextPointer newEnd = new
TextPointer
(TextSelectionInternal.Start, value, LogicalDirection.Forward);
907
TextPointer newEnd = new
TextPointer
(newStart, selectionLength, LogicalDirection.Forward);
src\Framework\System\Windows\Documents\ColumnResizeUndoUnit.cs (1)
52
textPointerTable = new
TextPointer
(_textContainer.Start, _cpTable, LogicalDirection.Forward);
src\Framework\System\Windows\Documents\TextPointer.cs (1)
2613
return new
TextPointer
(this, offset, gravity);
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
499
TextPointer textPointerTable = new
TextPointer
(navigator.TextContainer.Start, _cpTable, LogicalDirection.Forward);