28 references to RepositionWithContent
PresentationFramework (28)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
54item.RepositionWithContent(Owner.ContentEnd); 121item.RepositionWithContent(Owner.ContentEnd); 127item.RepositionWithContent(insertPosition);
System\Windows\Controls\AccessText.cs (1)
605_accessKey.RepositionWithContent(underlineStart);
System\Windows\Documents\FlowDocument.cs (1)
1654((Block)value).RepositionWithContent(textContainer.End);
System\windows\Documents\TextEditorTyping.cs (2)
765paragraphOrBlockUIContainerToDelete.RepositionWithContent(null); 774paragraphOrBlockUIContainerToDelete.RepositionWithContent(null);
System\Windows\Documents\TextElementCollection.cs (5)
88item.RepositionWithContent(this.ContentEnd); 220item.RepositionWithContent(null); 264newItem.RepositionWithContent(previousSibling.ElementEnd); 303newItem.RepositionWithContent(nextSibling.ElementStart); 802element.RepositionWithContent(null);
System\Windows\Documents\TextPointer.cs (3)
1399textElement.RepositionWithContent(this); 3565run.RepositionWithContent(null); 3576inline.RepositionWithContent(position);
System\Windows\Documents\TextRangeEdit.cs (5)
287firstInline.RepositionWithContent(null); 292secondInline.RepositionWithContent(null); 1448parent.RepositionWithContent(null); 1526second.RepositionWithContent(null); 1540first.RepositionWithContent(null);
System\Windows\Documents\TextRangeEditLists.cs (2)
121secondParagraphOrBlockUIContainer.RepositionWithContent(null); 125firstParagraphOrBlockUIContainer.RepositionWithContent(null);
System\Windows\Documents\TextRangeEditTables.cs (2)
756blockUIContainer.RepositionWithContent(null); 1239table.RepositionWithContent(null);
System\Windows\Documents\TextRangeSerialization.cs (4)
1312fragment.RepositionWithContent(insertionPosition); 1334fragment.RepositionWithContent(insertionPosition); 1502firstParagraph.RepositionWithContent(null); 1506secondParagraph.RepositionWithContent(null);