28 references to RepositionWithContent
PresentationFramework (28)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
49item.RepositionWithContent(Owner.ContentEnd); 116item.RepositionWithContent(Owner.ContentEnd); 122item.RepositionWithContent(insertPosition);
System\Windows\Controls\AccessText.cs (1)
606_accessKey.RepositionWithContent(underlineStart);
System\Windows\Documents\FlowDocument.cs (1)
1641((Block)value).RepositionWithContent(textContainer.End);
System\windows\Documents\TextEditorTyping.cs (2)
746paragraphOrBlockUIContainerToDelete.RepositionWithContent(null); 755paragraphOrBlockUIContainerToDelete.RepositionWithContent(null);
System\Windows\Documents\TextElementCollection.cs (5)
85item.RepositionWithContent(this.ContentEnd); 217item.RepositionWithContent(null); 261newItem.RepositionWithContent(previousSibling.ElementEnd); 300newItem.RepositionWithContent(nextSibling.ElementStart); 799element.RepositionWithContent(null);
System\Windows\Documents\TextPointer.cs (3)
1393textElement.RepositionWithContent(this); 3559run.RepositionWithContent(null); 3570inline.RepositionWithContent(position);
System\Windows\Documents\TextRangeEdit.cs (5)
284firstInline.RepositionWithContent(null); 289secondInline.RepositionWithContent(null); 1445parent.RepositionWithContent(null); 1523second.RepositionWithContent(null); 1537first.RepositionWithContent(null);
System\Windows\Documents\TextRangeEditLists.cs (2)
118secondParagraphOrBlockUIContainer.RepositionWithContent(null); 122firstParagraphOrBlockUIContainer.RepositionWithContent(null);
System\Windows\Documents\TextRangeEditTables.cs (2)
757blockUIContainer.RepositionWithContent(null); 1240table.RepositionWithContent(null);
System\Windows\Documents\TextRangeSerialization.cs (4)
1305fragment.RepositionWithContent(insertionPosition); 1327fragment.RepositionWithContent(insertionPosition); 1495firstParagraph.RepositionWithContent(null); 1499secondParagraph.RepositionWithContent(null);