28 references to RepositionWithContent
PresentationFramework (28)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
50item.RepositionWithContent(Owner.ContentEnd); 117item.RepositionWithContent(Owner.ContentEnd); 123item.RepositionWithContent(insertPosition);
System\Windows\Controls\AccessText.cs (1)
603_accessKey.RepositionWithContent(underlineStart);
System\Windows\Documents\FlowDocument.cs (1)
1654((Block)value).RepositionWithContent(textContainer.End);
System\windows\Documents\TextEditorTyping.cs (2)
756paragraphOrBlockUIContainerToDelete.RepositionWithContent(null); 765paragraphOrBlockUIContainerToDelete.RepositionWithContent(null);
System\Windows\Documents\TextElementCollection.cs (5)
86item.RepositionWithContent(this.ContentEnd); 218item.RepositionWithContent(null); 262newItem.RepositionWithContent(previousSibling.ElementEnd); 301newItem.RepositionWithContent(nextSibling.ElementStart); 800element.RepositionWithContent(null);
System\Windows\Documents\TextPointer.cs (3)
1394textElement.RepositionWithContent(this); 3560run.RepositionWithContent(null); 3571inline.RepositionWithContent(position);
System\Windows\Documents\TextRangeEdit.cs (5)
285firstInline.RepositionWithContent(null); 290secondInline.RepositionWithContent(null); 1446parent.RepositionWithContent(null); 1524second.RepositionWithContent(null); 1538first.RepositionWithContent(null);
System\Windows\Documents\TextRangeEditLists.cs (2)
119secondParagraphOrBlockUIContainer.RepositionWithContent(null); 123firstParagraphOrBlockUIContainer.RepositionWithContent(null);
System\Windows\Documents\TextRangeEditTables.cs (2)
754blockUIContainer.RepositionWithContent(null); 1237table.RepositionWithContent(null);
System\Windows\Documents\TextRangeSerialization.cs (4)
1306fragment.RepositionWithContent(insertionPosition); 1328fragment.RepositionWithContent(insertionPosition); 1496firstParagraph.RepositionWithContent(null); 1500secondParagraph.RepositionWithContent(null);