4 references to RotateRight
PresentationFramework (4)
src\Framework\MS\Internal\Data\RBNode.cs (4)
582node = node.RotateRight(); 668node = node.RotateRight(); 679node = node.RotateRight(); 690node.RightChild = node.RightChild.RotateRight();