5 references to InsertNode
PresentationFramework (5)
MS\Internal\Data\RBNode.cs (1)
385return root.InsertNode(index + node.Size);
MS\Internal\Data\RBTree.cs (4)
90node = InsertNode(0); 105successor = InsertNode(finger.Index + node.Size - finger.Offset); 531node = InsertNode(0); 544node = InsertNode(this.LeftSize);