5 references to InsertAtNode
PresentationFramework (5)
System\Windows\Documents\SplayTreeNode.cs (2)
356
InsertAtNode
(positionNode, edge == ElementEdge.BeforeStart /* insertBefore */);
384
InsertAtNode
(locationNode, insertBefore);
System\Windows\Documents\TextTreeText.cs (2)
314
newBlock.
InsertAtNode
(leftBlock, false /* insertBefore */);
376
newBlock.
InsertAtNode
(leftBlock, false /* insertBefore */);
System\Windows\Documents\TextTreeTextBlock.cs (1)
175
newBlock.
InsertAtNode
(this, insertBefore);