6 references to MovingPosition
PresentationFramework (6)
System\Windows\Controls\RichTextBox.cs (1)
568return Selection.MovingPosition;
System\Windows\Documents\TextRangeEditTables.cs (5)
431TextPointer movingPosition = selection.MovingPosition; 562Invariant.Assert(TextPointerBase.IsAtRowEnd(selection.MovingPosition)); 564TableRow row = (TableRow)selection.MovingPosition.Parent; 577TableCell cell = GetTableCellFromPosition(selection.MovingPosition); 594TableCell cell = GetTableCellFromPosition(selection.MovingPosition);