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