3 references to Join
PresentationFramework (3)
System\Windows\Documents\SplayTreeNode.cs (1)
458root = Join(leftSubTree, rightSubTree);
System\Windows\Documents\TextContainer.cs (1)
2373rootNode = TextTreeNode.Join(leftSubTree, rightSubTree);
System\Windows\Documents\TextTreeText.cs (1)
416rootNode = SplayTreeNode.Join(leftTree, rightTree);