21 references to EnsureInsertionPosition
PresentationFramework (21)
System\Windows\Documents\Span.cs (2)
112start = TextRangeEditTables.EnsureInsertionPosition(start); 114end = TextRangeEditTables.EnsureInsertionPosition(end);
System\windows\Documents\TextEditorCopyPaste.cs (1)
946TextPointer start = TextRangeEditTables.EnsureInsertionPosition((TextPointer)This.Selection.Start);
System\windows\Documents\TextEditorLists.cs (1)
336position = TextRangeEditTables.EnsureInsertionPosition(position);
System\windows\Documents\TextEditorTyping.cs (2)
1187TextRangeEditTables.EnsureInsertionPosition(position); 1194TextPointer newEnd = TextRangeEditTables.EnsureInsertionPosition(position);
System\Windows\Documents\TextPointer.cs (2)
1285insertPosition = TextRangeEditTables.EnsureInsertionPosition(this); 3553position = TextRangeEditTables.EnsureInsertionPosition(this);
System\Windows\Documents\TextRange.cs (1)
1584TextPointer startPosition = TextRangeEditTables.EnsureInsertionPosition(this.Start);
System\Windows\Documents\TextRangeBase.cs (1)
1366TextPointer insertionPosition = TextRangeEditTables.EnsureInsertionPosition((TextPointer)insertPosition);
System\Windows\Documents\TextRangeEdit.cs (6)
601position = TextRangeEditTables.EnsureInsertionPosition(position); 683position = TextRangeEditTables.EnsureInsertionPosition(position); 1042pointer = TextRangeEditTables.EnsureInsertionPosition(pointer); 1464startPosition = TextRangeEditTables.EnsureInsertionPosition(startPosition); 1470endPosition = TextRangeEditTables.EnsureInsertionPosition(endPosition); 2091pointer = TextRangeEditTables.EnsureInsertionPosition(pointer);
System\Windows\Documents\TextRangeEditLists.cs (3)
270TextPointer insertionPosition = TextRangeEditTables.EnsureInsertionPosition(range.Start); 377TextRangeEditTables.EnsureInsertionPosition(listItem.ContentStart); 563TextRangeEditTables.EnsureInsertionPosition(listItem.ContentStart);
System\Windows\Documents\TextRangeEditTables.cs (1)
645insertionPosition = TextRangeEditTables.EnsureInsertionPosition(insertionPosition);
System\Windows\Documents\TextRangeSerialization.cs (1)
1261TextPointer insertionPosition = TextRangeEditTables.EnsureInsertionPosition(range.End);