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