5 references to InsertAtNode
PresentationFramework (5)
src\Framework\System\Windows\Documents\SplayTreeNode.cs (2)
364InsertAtNode(positionNode, edge == ElementEdge.BeforeStart /* insertBefore */); 392InsertAtNode(locationNode, insertBefore);
src\Framework\System\Windows\Documents\TextTreeText.cs (2)
322newBlock.InsertAtNode(leftBlock, false /* insertBefore */); 384newBlock.InsertAtNode(leftBlock, false /* insertBefore */);
src\Framework\System\Windows\Documents\TextTreeTextBlock.cs (1)
182newBlock.InsertAtNode(this, insertBefore);