2 writes to BlackHeight
PresentationFramework (2)
MS\Internal\Data\RBNode.cs (1)
707
if (BlackHeight < 0)
BlackHeight
= blackDepth;
MS\Internal\Data\RBTree.cs (1)
640
BlackHeight
= -1;
2 references to BlackHeight
PresentationFramework (2)
MS\Internal\Data\RBNode.cs (2)
707
if (
BlackHeight
< 0) BlackHeight = blackDepth;
710
if (blackDepth !=
BlackHeight
)