14 writes to IsRed
PresentationFramework (14)
src\Framework\MS\Internal\Data\RBNode.cs (9)
515
newNode.
IsRed
= true;
557
sub.
IsRed
= node.IsRed;
632
node.
IsRed
= this.IsRed;
637
this.
IsRed
= true;
646
node.
IsRed
= this.IsRed;
651
this.
IsRed
= true;
658
this.
IsRed
= !this.IsRed;
659
LeftChild.
IsRed
= !LeftChild.IsRed;
660
RightChild.
IsRed
= !RightChild.IsRed;
src\Framework\MS\Internal\Data\RBTree.cs (5)
118
LeftChild.
IsRed
= false;
439
LeftChild.
IsRed
= false;
515
LeftChild.
IsRed
= false;
562
LeftChild.
IsRed
= false;
610
LeftChild.
IsRed
= false;
7 references to IsRed
PresentationFramework (7)
src\Framework\MS\Internal\Data\RBNode.cs (7)
557
sub.IsRed = node.
IsRed
;
625
return node != null && node.
IsRed
;
632
node.IsRed = this.
IsRed
;
646
node.IsRed = this.
IsRed
;
658
this.IsRed = !this.
IsRed
;
659
LeftChild.IsRed = !LeftChild.
IsRed
;
660
RightChild.IsRed = !RightChild.
IsRed
;