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