7 references to GetRootAndIndex
PresentationFramework (7)
src\Framework\MS\Internal\Data\LiveShapingBlock.cs (5)
67GetRootAndIndex(this, out baseIndex); 116GetRootAndIndex(this, out baseIndex); 218GetRootAndIndex(this, out index); 355GetRootAndIndex(foundBlock, out baseIndex); 436GetRootAndIndex(foundBlock, out baseIndex);
src\Framework\MS\Internal\Data\RBNode.cs (2)
382RBTree<T> root = node.GetRootAndIndex(node, out index); 392RBTree<T> root = GetRootAndIndex(node, out index);