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