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