6 references to MovingPosition
PresentationFramework (6)
System\Windows\Controls\RichTextBox.cs (1)
571return Selection.MovingPosition;
System\Windows\Documents\TextRangeEditTables.cs (5)
434TextPointer movingPosition = selection.MovingPosition; 565Invariant.Assert(TextPointerBase.IsAtRowEnd(selection.MovingPosition)); 567TableRow row = (TableRow)selection.MovingPosition.Parent; 580TableCell cell = GetTableCellFromPosition(selection.MovingPosition); 597TableCell cell = GetTableCellFromPosition(selection.MovingPosition);