21 references to EnsureInsertionPosition
PresentationFramework (21)
System\Windows\Documents\Span.cs (2)
102start = TextRangeEditTables.EnsureInsertionPosition(start); 104end = TextRangeEditTables.EnsureInsertionPosition(end);
System\windows\Documents\TextEditorCopyPaste.cs (1)
947TextPointer start = TextRangeEditTables.EnsureInsertionPosition((TextPointer)This.Selection.Start);
System\windows\Documents\TextEditorLists.cs (1)
335position = TextRangeEditTables.EnsureInsertionPosition(position);
System\windows\Documents\TextEditorTyping.cs (2)
1177TextRangeEditTables.EnsureInsertionPosition(position); 1184TextPointer newEnd = TextRangeEditTables.EnsureInsertionPosition(position);
System\Windows\Documents\TextPointer.cs (2)
1284insertPosition = TextRangeEditTables.EnsureInsertionPosition(this); 3552position = TextRangeEditTables.EnsureInsertionPosition(this);
System\Windows\Documents\TextRange.cs (1)
1575TextPointer startPosition = TextRangeEditTables.EnsureInsertionPosition(this.Start);
System\Windows\Documents\TextRangeBase.cs (1)
1365TextPointer insertionPosition = TextRangeEditTables.EnsureInsertionPosition((TextPointer)insertPosition);
System\Windows\Documents\TextRangeEdit.cs (6)
600position = TextRangeEditTables.EnsureInsertionPosition(position); 682position = TextRangeEditTables.EnsureInsertionPosition(position); 1041pointer = TextRangeEditTables.EnsureInsertionPosition(pointer); 1463startPosition = TextRangeEditTables.EnsureInsertionPosition(startPosition); 1469endPosition = TextRangeEditTables.EnsureInsertionPosition(endPosition); 2090pointer = TextRangeEditTables.EnsureInsertionPosition(pointer);
System\Windows\Documents\TextRangeEditLists.cs (3)
269TextPointer insertionPosition = TextRangeEditTables.EnsureInsertionPosition(range.Start); 378TextRangeEditTables.EnsureInsertionPosition(listItem.ContentStart); 564TextRangeEditTables.EnsureInsertionPosition(listItem.ContentStart);
System\Windows\Documents\TextRangeEditTables.cs (1)
644insertionPosition = TextRangeEditTables.EnsureInsertionPosition(insertionPosition);
System\Windows\Documents\TextRangeSerialization.cs (1)
1260TextPointer insertionPosition = TextRangeEditTables.EnsureInsertionPosition(range.End);