7 references to GetRootAndIndex
PresentationFramework (7)
MS\Internal\Data\LiveShapingBlock.cs (5)
64GetRootAndIndex(this, out baseIndex); 113GetRootAndIndex(this, out baseIndex); 215GetRootAndIndex(this, out index); 352GetRootAndIndex(foundBlock, out baseIndex); 433GetRootAndIndex(foundBlock, out baseIndex);
MS\Internal\Data\RBNode.cs (2)
379RBTree<T> root = node.GetRootAndIndex(node, out index); 389RBTree<T> root = GetRootAndIndex(node, out index);