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