2 references to DeleteLeftmost
PresentationFramework (2)
MS\Internal\Data\RBNode.cs (2)
594node.RightChild = DeleteLeftmost(node.RightChild, out sub); 615node.LeftChild = DeleteLeftmost(node.LeftChild, out leftmost);