4 references to GetInsertionPosition
PresentationFramework (4)
System\Windows\Documents\TextRangeEditTables.cs (4)
451
movingPosition = anchorCell.ContentEnd.
GetInsertionPosition
();
458
movingPosition = anchorCell.ContentStart.
GetInsertionPosition
();
527
movingPosition = movingCell.ContentEnd.
GetInsertionPosition
().GetNextInsertionPosition(LogicalDirection.Forward);
531
movingPosition = movingCell.ContentStart.
GetInsertionPosition
();