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