6 references to MovingPosition
PresentationFramework (6)
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
582return Selection.MovingPosition;
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (5)
437TextPointer movingPosition = selection.MovingPosition; 568Invariant.Assert(TextPointerBase.IsAtRowEnd(selection.MovingPosition)); 570TableRow row = (TableRow)selection.MovingPosition.Parent; 583TableCell cell = GetTableCellFromPosition(selection.MovingPosition); 600TableCell cell = GetTableCellFromPosition(selection.MovingPosition);