5 references to GetInsertionPosition
PresentationFramework (5)
System\Windows\Documents\TextPointer.cs (1)
81
/// <see cref="
GetInsertionPosition
()"/> method. To get from one insertion position to another
System\Windows\Documents\TextRangeEditTables.cs (4)
454
movingPosition = anchorCell.ContentEnd.
GetInsertionPosition
();
461
movingPosition = anchorCell.ContentStart.
GetInsertionPosition
();
530
movingPosition = movingCell.ContentEnd.
GetInsertionPosition
().GetNextInsertionPosition(LogicalDirection.Forward);
534
movingPosition = movingCell.ContentStart.
GetInsertionPosition
();