1 type derived from RBTree
PresentationFramework (1)
MS\Internal\Data\LiveShapingTree.cs (1)
13
internal class LiveShapingTree :
RBTree
<LiveShapingItem>
7 references to RBTree
PresentationFramework (7)
MS\Internal\Data\RBNode.cs (7)
375
RBTree
<T> root = node.GetRootAndIndex(node, out index);
385
RBTree
<T> root = GetRootAndIndex(node, out index);
389
protected
RBTree
<T> GetRoot(RBNode<T> node)
394
return (
RBTree
<T>)node;
397
protected
RBTree
<T> GetRootAndIndex(RBNode<T> node, out int index)
405
return (
RBTree
<T>)node;
502
protected RBNode<T> InsertNode(
RBTree
<T> root, RBNode<T> parent, RBNode<T> node, int index, out RBNode<T> newNode)