1 type derived from RBTree
PresentationFramework (1)
MS\Internal\Data\LiveShapingTree.cs (1)
15
internal class LiveShapingTree :
RBTree
<LiveShapingItem>
7 references to RBTree
PresentationFramework (7)
MS\Internal\Data\RBNode.cs (7)
379
RBTree
<T> root = node.GetRootAndIndex(node, out index);
389
RBTree
<T> root = GetRootAndIndex(node, out index);
393
protected
RBTree
<T> GetRoot(RBNode<T> node)
398
return (
RBTree
<T>)node;
401
protected
RBTree
<T> GetRootAndIndex(RBNode<T> node, out int index)
409
return (
RBTree
<T>)node;
506
protected RBNode<T> InsertNode(
RBTree
<T> root, RBNode<T> parent, RBNode<T> node, int index, out RBNode<T> newNode)