14 writes to IsRed
PresentationFramework (14)
MS\Internal\Data\RBNode.cs (9)
507
newNode.
IsRed
= true;
549
sub.
IsRed
= node.IsRed;
624
node.
IsRed
= this.IsRed;
629
this.
IsRed
= true;
638
node.
IsRed
= this.IsRed;
643
this.
IsRed
= true;
650
this.
IsRed
= !this.IsRed;
651
LeftChild.
IsRed
= !LeftChild.IsRed;
652
RightChild.
IsRed
= !RightChild.IsRed;
MS\Internal\Data\RBTree.cs (5)
110
LeftChild.
IsRed
= false;
427
LeftChild?.
IsRed
= false;
502
LeftChild?.
IsRed
= false;
549
LeftChild.
IsRed
= false;
594
LeftChild?.
IsRed
= false;
7 references to IsRed
PresentationFramework (7)
MS\Internal\Data\RBNode.cs (7)
549
sub.IsRed = node.
IsRed
;
617
return node != null && node.
IsRed
;
624
node.IsRed = this.
IsRed
;
638
node.IsRed = this.
IsRed
;
650
this.IsRed = !this.
IsRed
;
651
LeftChild.IsRed = !LeftChild.
IsRed
;
652
RightChild.IsRed = !RightChild.
IsRed
;