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