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