60 references to Reposition
PresentationFramework (60)
System\Windows\Documents\Hyperlink.cs (1)
115hyperlink.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)
157this.Reposition(start, end);
System\Windows\Documents\TextRangeEdit.cs (18)
38newElement.Reposition(start, end); 176inline.Reposition(null, null); 190inline.Reposition(null, null); 201inline.Reposition(null, null); 300firstInline.Reposition(firstInline.ElementStart, secondInline.ElementEnd); 301secondInline.Reposition(null, null); 398parentSpan.Reposition(null, null); 443newSpan.Reposition(parent.ElementStart, parent.ElementEnd); 448parent.Reposition(null, null); 552element.Reposition(element.ContentStart, newElement.ElementStart); 625paragraph.Reposition(position.DocumentStart, position.DocumentEnd); 1497((BlockUIContainer)startPosition.Parent).Reposition(null, null); 1501((Hyperlink)startPosition.Parent).Reposition(null, null); 1521first.Reposition(null, null); 1535second.Reposition(null, null); 2026topmostSpan.Reposition(null, null); 2069parent.Reposition(null, null); 2201span.Reposition(start, end);
System\Windows\Documents\TextRangeEditLists.cs (24)
63secondListItem.Reposition(null, null); 67secondListItem.Reposition(sublistOfSecondParagraph.ElementEnd, secondListItem.ContentEnd); 70sublistOfSecondParagraph.Reposition(null, null); 87parentBlock.Reposition(null, null); 92parentBlock.Reposition(secondParagraphOrBlockUIContainer.ElementEnd, parentBlock.ContentEnd); 113previousBlock.Reposition(previousBlock.ContentStart, secondParagraphOrBlockUIContainer.ElementEnd); 133firstParagraphOrBlockUIContainer.Reposition(firstParagraphOrBlockUIContainer.ContentStart, secondParagraphOrBlockUIContainer.ElementEnd); 139secondParagraphOrBlockUIContainer.Reposition(null, null); 156precedingListItem.Reposition(precedingListItem.ContentStart, followingListItem.ElementEnd); 157followingListItem.Reposition(null, null); 225precedingList.Reposition(precedingList.ContentStart, followingList.ElementEnd); 226followingList.Reposition(null, null); 354leadingListItem.Reposition(leadingListItem.ContentStart, lastListItem.ElementEnd); 382listItem.Reposition(null, null); 390listToRemove.Reposition(null, null); 423leadingListItem.Reposition(leadingListItem.ContentStart, indentedList.ElementEnd); 433lastListItem.Reposition(lastListItem.ContentStart, nestedListOfLastItem.ElementStart); 434nestedListOfLastItem.Reposition(null, null); 508unindentedList.Reposition(null, null); 516outerListItem.Reposition(null, null); 521outerListItem.Reposition(outerListItem.ContentStart, firstListItem.ElementStart); 536lastListItem.Reposition(lastListItem.ContentStart, outerListItemEnd); 554unindentedList.Reposition(null, null); 568listItem.Reposition(null, null);
System\Windows\Documents\TextRangeEditTables.cs (6)
827tableRowGroup.Reposition(position, position); 836tableRow.Reposition(position, position); 845tableCell.Reposition(position, position); 854listItem.Reposition(position, position); 907implicitRun.Reposition(position, position); 920implicitParagraph.Reposition(position, position);
System\Windows\Documents\TextRangeSerialization.cs (4)
1319fragment.Reposition(null, null); 1341fragment.Reposition(null, null); 1400listItem.Reposition(null, null); 1401list.Reposition(null, null);
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
425element.Reposition(navigator, navigator);
System\Windows\Documents\TextTreeExtractElementUndoUnit.cs (1)
67element.Reposition(start, end);