21 references to EnsureInsertionPosition
PresentationFramework (21)
System\Windows\Documents\Span.cs (2)
113start = TextRangeEditTables.EnsureInsertionPosition(start); 115end = TextRangeEditTables.EnsureInsertionPosition(end);
System\windows\Documents\TextEditorCopyPaste.cs (1)
959TextPointer start = TextRangeEditTables.EnsureInsertionPosition((TextPointer)This.Selection.Start);
System\windows\Documents\TextEditorLists.cs (1)
352position = TextRangeEditTables.EnsureInsertionPosition(position);
System\windows\Documents\TextEditorTyping.cs (2)
1196TextRangeEditTables.EnsureInsertionPosition(position); 1203TextPointer newEnd = TextRangeEditTables.EnsureInsertionPosition(position);
System\Windows\Documents\TextPointer.cs (2)
1290insertPosition = TextRangeEditTables.EnsureInsertionPosition(this); 3558position = TextRangeEditTables.EnsureInsertionPosition(this);
System\Windows\Documents\TextRange.cs (1)
1587TextPointer startPosition = TextRangeEditTables.EnsureInsertionPosition(this.Start);
System\Windows\Documents\TextRangeBase.cs (1)
1369TextPointer insertionPosition = TextRangeEditTables.EnsureInsertionPosition((TextPointer)insertPosition);
System\Windows\Documents\TextRangeEdit.cs (6)
603position = TextRangeEditTables.EnsureInsertionPosition(position); 685position = TextRangeEditTables.EnsureInsertionPosition(position); 1044pointer = TextRangeEditTables.EnsureInsertionPosition(pointer); 1466startPosition = TextRangeEditTables.EnsureInsertionPosition(startPosition); 1472endPosition = TextRangeEditTables.EnsureInsertionPosition(endPosition); 2093pointer = TextRangeEditTables.EnsureInsertionPosition(pointer);
System\Windows\Documents\TextRangeEditLists.cs (3)
272TextPointer insertionPosition = TextRangeEditTables.EnsureInsertionPosition(range.Start); 379TextRangeEditTables.EnsureInsertionPosition(listItem.ContentStart); 565TextRangeEditTables.EnsureInsertionPosition(listItem.ContentStart);
System\Windows\Documents\TextRangeEditTables.cs (1)
647insertionPosition = TextRangeEditTables.EnsureInsertionPosition(insertionPosition);
System\Windows\Documents\TextRangeSerialization.cs (1)
1267TextPointer insertionPosition = TextRangeEditTables.EnsureInsertionPosition(range.End);