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