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)
457
movingPosition = anchorCell.ContentEnd.
GetInsertionPosition
();
464
movingPosition = anchorCell.ContentStart.
GetInsertionPosition
();
533
movingPosition = movingCell.ContentEnd.
GetInsertionPosition
().GetNextInsertionPosition(LogicalDirection.Forward);
537
movingPosition = movingCell.ContentStart.
GetInsertionPosition
();