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