60 references to Reposition
PresentationFramework (60)
System\Windows\Documents\Hyperlink.cs (1)
108hyperlink.Reposition(null, null);
System\Windows\Documents\List.cs (4)
239this.Reposition(firstBlock.ElementStart, lastBlock.ElementEnd); 253listItem.Reposition(listItem.ContentStart, block.ElementEnd); 259listItem.Reposition(block.ElementStart, block.ElementEnd); 267listItem.Reposition(block.ElementStart, block.ElementEnd);
System\Windows\Documents\Span.cs (1)
146this.Reposition(start, end);
System\Windows\Documents\TextRangeEdit.cs (18)
35newElement.Reposition(start, end); 173inline.Reposition(null, null); 187inline.Reposition(null, null); 198inline.Reposition(null, null); 297firstInline.Reposition(firstInline.ElementStart, secondInline.ElementEnd); 298secondInline.Reposition(null, null); 395parentSpan.Reposition(null, null); 440newSpan.Reposition(parent.ElementStart, parent.ElementEnd); 445parent.Reposition(null, null); 549element.Reposition(element.ContentStart, newElement.ElementStart); 622paragraph.Reposition(position.DocumentStart, position.DocumentEnd); 1494((BlockUIContainer)startPosition.Parent).Reposition(null, null); 1498((Hyperlink)startPosition.Parent).Reposition(null, null); 1518first.Reposition(null, null); 1532second.Reposition(null, null); 2023topmostSpan.Reposition(null, null); 2066parent.Reposition(null, null); 2198span.Reposition(start, end);
System\Windows\Documents\TextRangeEditLists.cs (24)
60secondListItem.Reposition(null, null); 64secondListItem.Reposition(sublistOfSecondParagraph.ElementEnd, secondListItem.ContentEnd); 67sublistOfSecondParagraph.Reposition(null, null); 84parentBlock.Reposition(null, null); 89parentBlock.Reposition(secondParagraphOrBlockUIContainer.ElementEnd, parentBlock.ContentEnd); 110previousBlock.Reposition(previousBlock.ContentStart, secondParagraphOrBlockUIContainer.ElementEnd); 130firstParagraphOrBlockUIContainer.Reposition(firstParagraphOrBlockUIContainer.ContentStart, secondParagraphOrBlockUIContainer.ElementEnd); 136secondParagraphOrBlockUIContainer.Reposition(null, null); 153precedingListItem.Reposition(precedingListItem.ContentStart, followingListItem.ElementEnd); 154followingListItem.Reposition(null, null); 222precedingList.Reposition(precedingList.ContentStart, followingList.ElementEnd); 223followingList.Reposition(null, null); 353leadingListItem.Reposition(leadingListItem.ContentStart, lastListItem.ElementEnd); 381listItem.Reposition(null, null); 389listToRemove.Reposition(null, null); 422leadingListItem.Reposition(leadingListItem.ContentStart, indentedList.ElementEnd); 432lastListItem.Reposition(lastListItem.ContentStart, nestedListOfLastItem.ElementStart); 433nestedListOfLastItem.Reposition(null, null); 507unindentedList.Reposition(null, null); 515outerListItem.Reposition(null, null); 520outerListItem.Reposition(outerListItem.ContentStart, firstListItem.ElementStart); 535lastListItem.Reposition(lastListItem.ContentStart, outerListItemEnd); 553unindentedList.Reposition(null, null); 567listItem.Reposition(null, null);
System\Windows\Documents\TextRangeEditTables.cs (6)
828tableRowGroup.Reposition(position, position); 837tableRow.Reposition(position, position); 846tableCell.Reposition(position, position); 855listItem.Reposition(position, position); 908implicitRun.Reposition(position, position); 921implicitParagraph.Reposition(position, position);
System\Windows\Documents\TextRangeSerialization.cs (4)
1312fragment.Reposition(null, null); 1334fragment.Reposition(null, null); 1393listItem.Reposition(null, null); 1394list.Reposition(null, null);
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
422element.Reposition(navigator, navigator);
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
63element.Reposition(start, end);