5 references to InsertNode
PresentationFramework (5)
MS\Internal\Data\RBNode.cs (1)
386return root.InsertNode(index + node.Size);
MS\Internal\Data\RBTree.cs (4)
91node = InsertNode(0); 106successor = InsertNode(finger.Index + node.Size - finger.Offset); 534node = InsertNode(0); 547node = InsertNode(this.LeftSize);