60 references to Reposition
PresentationFramework (60)
System\Windows\Documents\Hyperlink.cs (1)
109hyperlink.Reposition(null, null);
System\Windows\Documents\List.cs (4)
240this.Reposition(firstBlock.ElementStart, lastBlock.ElementEnd); 254listItem.Reposition(listItem.ContentStart, block.ElementEnd); 260listItem.Reposition(block.ElementStart, block.ElementEnd); 268listItem.Reposition(block.ElementStart, block.ElementEnd);
System\Windows\Documents\Span.cs (1)
156this.Reposition(start, end);
System\Windows\Documents\TextRangeEdit.cs (18)
36newElement.Reposition(start, end); 174inline.Reposition(null, null); 188inline.Reposition(null, null); 199inline.Reposition(null, null); 298firstInline.Reposition(firstInline.ElementStart, secondInline.ElementEnd); 299secondInline.Reposition(null, null); 396parentSpan.Reposition(null, null); 441newSpan.Reposition(parent.ElementStart, parent.ElementEnd); 446parent.Reposition(null, null); 550element.Reposition(element.ContentStart, newElement.ElementStart); 623paragraph.Reposition(position.DocumentStart, position.DocumentEnd); 1495((BlockUIContainer)startPosition.Parent).Reposition(null, null); 1499((Hyperlink)startPosition.Parent).Reposition(null, null); 1519first.Reposition(null, null); 1533second.Reposition(null, null); 2024topmostSpan.Reposition(null, null); 2067parent.Reposition(null, null); 2199span.Reposition(start, end);
System\Windows\Documents\TextRangeEditLists.cs (24)
61secondListItem.Reposition(null, null); 65secondListItem.Reposition(sublistOfSecondParagraph.ElementEnd, secondListItem.ContentEnd); 68sublistOfSecondParagraph.Reposition(null, null); 85parentBlock.Reposition(null, null); 90parentBlock.Reposition(secondParagraphOrBlockUIContainer.ElementEnd, parentBlock.ContentEnd); 111previousBlock.Reposition(previousBlock.ContentStart, secondParagraphOrBlockUIContainer.ElementEnd); 131firstParagraphOrBlockUIContainer.Reposition(firstParagraphOrBlockUIContainer.ContentStart, secondParagraphOrBlockUIContainer.ElementEnd); 137secondParagraphOrBlockUIContainer.Reposition(null, null); 154precedingListItem.Reposition(precedingListItem.ContentStart, followingListItem.ElementEnd); 155followingListItem.Reposition(null, null); 223precedingList.Reposition(precedingList.ContentStart, followingList.ElementEnd); 224followingList.Reposition(null, null); 352leadingListItem.Reposition(leadingListItem.ContentStart, lastListItem.ElementEnd); 380listItem.Reposition(null, null); 388listToRemove.Reposition(null, null); 421leadingListItem.Reposition(leadingListItem.ContentStart, indentedList.ElementEnd); 431lastListItem.Reposition(lastListItem.ContentStart, nestedListOfLastItem.ElementStart); 432nestedListOfLastItem.Reposition(null, null); 506unindentedList.Reposition(null, null); 514outerListItem.Reposition(null, null); 519outerListItem.Reposition(outerListItem.ContentStart, firstListItem.ElementStart); 534lastListItem.Reposition(lastListItem.ContentStart, outerListItemEnd); 552unindentedList.Reposition(null, null); 566listItem.Reposition(null, null);
System\Windows\Documents\TextRangeEditTables.cs (6)
825tableRowGroup.Reposition(position, position); 834tableRow.Reposition(position, position); 843tableCell.Reposition(position, position); 852listItem.Reposition(position, position); 905implicitRun.Reposition(position, position); 918implicitParagraph.Reposition(position, position);
System\Windows\Documents\TextRangeSerialization.cs (4)
1313fragment.Reposition(null, null); 1335fragment.Reposition(null, null); 1394listItem.Reposition(null, null); 1395list.Reposition(null, null);
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
423element.Reposition(navigator, navigator);
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
64element.Reposition(start, end);