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