6 references to MovingPosition
PresentationFramework (6)
System\Windows\Controls\RichTextBox.cs (1)
569
return Selection.
MovingPosition
;
System\Windows\Documents\TextRangeEditTables.cs (5)
432
TextPointer movingPosition = selection.
MovingPosition
;
563
Invariant.Assert(TextPointerBase.IsAtRowEnd(selection.
MovingPosition
));
565
TableRow row = (TableRow)selection.
MovingPosition
.Parent;
578
TableCell cell = GetTableCellFromPosition(selection.
MovingPosition
);
595
TableCell cell = GetTableCellFromPosition(selection.
MovingPosition
);