2 references to DeleteLeftmost
PresentationFramework (2)
src\Framework\MS\Internal\Data\RBNode.cs (2)
597node.RightChild = DeleteLeftmost(node.RightChild, out sub); 618node.LeftChild = DeleteLeftmost(node.LeftChild, out leftmost);