6 references to MovingPosition
PresentationFramework (6)
System\Windows\Controls\RichTextBox.cs (1)
569return Selection.MovingPosition;
System\Windows\Documents\TextRangeEditTables.cs (5)
432TextPointer movingPosition = selection.MovingPosition; 563Invariant.Assert(TextPointerBase.IsAtRowEnd(selection.MovingPosition)); 565TableRow row = (TableRow)selection.MovingPosition.Parent; 578TableCell cell = GetTableCellFromPosition(selection.MovingPosition); 595TableCell cell = GetTableCellFromPosition(selection.MovingPosition);