7 references to GetRootAndIndex
PresentationFramework (7)
MS\Internal\Data\LiveShapingBlock.cs (5)
58GetRootAndIndex(this, out baseIndex); 107GetRootAndIndex(this, out baseIndex); 209GetRootAndIndex(this, out index); 346GetRootAndIndex(foundBlock, out baseIndex); 427GetRootAndIndex(foundBlock, out baseIndex);
MS\Internal\Data\RBNode.cs (2)
374RBTree<T> root = node.GetRootAndIndex(node, out index); 384RBTree<T> root = GetRootAndIndex(node, out index);