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