21 references to EnsureInsertionPosition
PresentationFramework (21)
src\Framework\System\Windows\Documents\Span.cs (2)
119
start = TextRangeEditTables.
EnsureInsertionPosition
(start);
121
end = TextRangeEditTables.
EnsureInsertionPosition
(end);
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (1)
1136
TextPointer start = TextRangeEditTables.
EnsureInsertionPosition
((TextPointer)This.Selection.Start);
src\Framework\System\windows\Documents\TextEditorLists.cs (1)
354
position = TextRangeEditTables.
EnsureInsertionPosition
(position);
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
1213
TextRangeEditTables.
EnsureInsertionPosition
(position);
1220
TextPointer newEnd = TextRangeEditTables.
EnsureInsertionPosition
(position);
src\Framework\System\Windows\Documents\TextPointer.cs (2)
1304
insertPosition = TextRangeEditTables.
EnsureInsertionPosition
(this);
3584
position = TextRangeEditTables.
EnsureInsertionPosition
(this);
src\Framework\System\Windows\Documents\TextRange.cs (1)
1584
TextPointer startPosition = TextRangeEditTables.
EnsureInsertionPosition
(this.Start);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
1383
TextPointer insertionPosition = TextRangeEditTables.
EnsureInsertionPosition
((TextPointer)insertPosition);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (6)
605
position = TextRangeEditTables.
EnsureInsertionPosition
(position);
687
position = TextRangeEditTables.
EnsureInsertionPosition
(position);
1046
pointer = TextRangeEditTables.
EnsureInsertionPosition
(pointer);
1468
startPosition = TextRangeEditTables.
EnsureInsertionPosition
(startPosition);
1474
endPosition = TextRangeEditTables.
EnsureInsertionPosition
(endPosition);
2095
pointer = TextRangeEditTables.
EnsureInsertionPosition
(pointer);
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (3)
274
TextPointer insertionPosition = TextRangeEditTables.
EnsureInsertionPosition
(range.Start);
381
TextRangeEditTables.
EnsureInsertionPosition
(listItem.ContentStart);
567
TextRangeEditTables.
EnsureInsertionPosition
(listItem.ContentStart);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
650
insertionPosition = TextRangeEditTables.
EnsureInsertionPosition
(insertionPosition);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1291
TextPointer insertionPosition = TextRangeEditTables.
EnsureInsertionPosition
(range.End);