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