60 references to Reposition
PresentationFramework (60)
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
117hyperlink.Reposition(null, null);
src\Framework\System\Windows\Documents\List.cs (4)
250this.Reposition(firstBlock.ElementStart, lastBlock.ElementEnd); 264listItem.Reposition(listItem.ContentStart, block.ElementEnd); 270listItem.Reposition(block.ElementStart, block.ElementEnd); 278listItem.Reposition(block.ElementStart, block.ElementEnd);
src\Framework\System\Windows\Documents\Span.cs (1)
163this.Reposition(start, end);
src\Framework\System\Windows\Documents\TextRangeEdit.cs (18)
40newElement.Reposition(start, end); 178inline.Reposition(null, null); 192inline.Reposition(null, null); 203inline.Reposition(null, null); 302firstInline.Reposition(firstInline.ElementStart, secondInline.ElementEnd); 303secondInline.Reposition(null, null); 400parentSpan.Reposition(null, null); 445newSpan.Reposition(parent.ElementStart, parent.ElementEnd); 450parent.Reposition(null, null); 554element.Reposition(element.ContentStart, newElement.ElementStart); 627paragraph.Reposition(position.DocumentStart, position.DocumentEnd); 1499((BlockUIContainer)startPosition.Parent).Reposition(null, null); 1503((Hyperlink)startPosition.Parent).Reposition(null, null); 1523first.Reposition(null, null); 1537second.Reposition(null, null); 2028topmostSpan.Reposition(null, null); 2071parent.Reposition(null, null); 2203span.Reposition(start, end);
src\Framework\System\Windows\Documents\TextRangeEditLists.cs (24)
65secondListItem.Reposition(null, null); 69secondListItem.Reposition(sublistOfSecondParagraph.ElementEnd, secondListItem.ContentEnd); 72sublistOfSecondParagraph.Reposition(null, null); 89parentBlock.Reposition(null, null); 94parentBlock.Reposition(secondParagraphOrBlockUIContainer.ElementEnd, parentBlock.ContentEnd); 115previousBlock.Reposition(previousBlock.ContentStart, secondParagraphOrBlockUIContainer.ElementEnd); 135firstParagraphOrBlockUIContainer.Reposition(firstParagraphOrBlockUIContainer.ContentStart, secondParagraphOrBlockUIContainer.ElementEnd); 141secondParagraphOrBlockUIContainer.Reposition(null, null); 158precedingListItem.Reposition(precedingListItem.ContentStart, followingListItem.ElementEnd); 159followingListItem.Reposition(null, null); 227precedingList.Reposition(precedingList.ContentStart, followingList.ElementEnd); 228followingList.Reposition(null, null); 356leadingListItem.Reposition(leadingListItem.ContentStart, lastListItem.ElementEnd); 384listItem.Reposition(null, null); 392listToRemove.Reposition(null, null); 425leadingListItem.Reposition(leadingListItem.ContentStart, indentedList.ElementEnd); 435lastListItem.Reposition(lastListItem.ContentStart, nestedListOfLastItem.ElementStart); 436nestedListOfLastItem.Reposition(null, null); 510unindentedList.Reposition(null, null); 518outerListItem.Reposition(null, null); 523outerListItem.Reposition(outerListItem.ContentStart, firstListItem.ElementStart); 538lastListItem.Reposition(lastListItem.ContentStart, outerListItemEnd); 556unindentedList.Reposition(null, null); 570listItem.Reposition(null, null);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (6)
830tableRowGroup.Reposition(position, position); 839tableRow.Reposition(position, position); 848tableCell.Reposition(position, position); 857listItem.Reposition(position, position); 910implicitRun.Reposition(position, position); 923implicitParagraph.Reposition(position, position);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (4)
1343fragment.Reposition(null, null); 1365fragment.Reposition(null, null); 1424listItem.Reposition(null, null); 1425list.Reposition(null, null);
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
448element.Reposition(navigator, navigator);
src\Framework\System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
70element.Reposition(start, end);