7 references to GetRootAndIndex
PresentationFramework (7)
MS\Internal\Data\LiveShapingBlock.cs (5)
57GetRootAndIndex(this, out baseIndex); 106GetRootAndIndex(this, out baseIndex); 208GetRootAndIndex(this, out index); 345GetRootAndIndex(foundBlock, out baseIndex); 426GetRootAndIndex(foundBlock, out baseIndex);
MS\Internal\Data\RBNode.cs (2)
374RBTree<T> root = node.GetRootAndIndex(node, out index); 384RBTree<T> root = GetRootAndIndex(node, out index);