5 references to GetInsertionPosition
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextPointer.cs (1)
83/// <see cref="GetInsertionPosition()"/> method. To get from one insertion position to another
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (4)
457movingPosition = anchorCell.ContentEnd.GetInsertionPosition(); 464movingPosition = anchorCell.ContentStart.GetInsertionPosition(); 533movingPosition = movingCell.ContentEnd.GetInsertionPosition().GetNextInsertionPosition(LogicalDirection.Forward); 537movingPosition = movingCell.ContentStart.GetInsertionPosition();