21 references to EnsureInsertionPosition
PresentationFramework (21)
src\Framework\System\Windows\Documents\Span.cs (2)
119start = TextRangeEditTables.EnsureInsertionPosition(start); 121end = TextRangeEditTables.EnsureInsertionPosition(end);
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
1136TextPointer start = TextRangeEditTables.EnsureInsertionPosition((TextPointer)This.Selection.Start);
src\Framework\System\windows\Documents\TextEditorLists.cs (1)
354position = TextRangeEditTables.EnsureInsertionPosition(position);
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
1213TextRangeEditTables.EnsureInsertionPosition(position); 1220TextPointer newEnd = TextRangeEditTables.EnsureInsertionPosition(position);
src\Framework\System\Windows\Documents\TextPointer.cs (2)
1304insertPosition = TextRangeEditTables.EnsureInsertionPosition(this); 3584position = TextRangeEditTables.EnsureInsertionPosition(this);
src\Framework\System\Windows\Documents\TextRange.cs (1)
1584TextPointer startPosition = TextRangeEditTables.EnsureInsertionPosition(this.Start);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1383TextPointer insertionPosition = TextRangeEditTables.EnsureInsertionPosition((TextPointer)insertPosition);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (6)
605position = TextRangeEditTables.EnsureInsertionPosition(position); 687position = TextRangeEditTables.EnsureInsertionPosition(position); 1046pointer = TextRangeEditTables.EnsureInsertionPosition(pointer); 1468startPosition = TextRangeEditTables.EnsureInsertionPosition(startPosition); 1474endPosition = TextRangeEditTables.EnsureInsertionPosition(endPosition); 2095pointer = TextRangeEditTables.EnsureInsertionPosition(pointer);
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (3)
274TextPointer insertionPosition = TextRangeEditTables.EnsureInsertionPosition(range.Start); 381TextRangeEditTables.EnsureInsertionPosition(listItem.ContentStart); 567TextRangeEditTables.EnsureInsertionPosition(listItem.ContentStart);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
650insertionPosition = TextRangeEditTables.EnsureInsertionPosition(insertionPosition);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1291TextPointer insertionPosition = TextRangeEditTables.EnsureInsertionPosition(range.End);