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