5 references to InsertAtNode
PresentationFramework (5)
System\Windows\Documents\SplayTreeNode.cs (2)
357InsertAtNode(positionNode, edge == ElementEdge.BeforeStart /* insertBefore */); 385InsertAtNode(locationNode, insertBefore);
System\Windows\Documents\TextTreeText.cs (2)
315newBlock.InsertAtNode(leftBlock, false /* insertBefore */); 377newBlock.InsertAtNode(leftBlock, false /* insertBefore */);
System\Windows\Documents\TextTreeTextBlock.cs (1)
176newBlock.InsertAtNode(this, insertBefore);