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