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