5 references to InsertNode
PresentationFramework (5)
MS\Internal\Data\RBNode.cs (1)
390return root.InsertNode(index + node.Size);
MS\Internal\Data\RBTree.cs (4)
95node = InsertNode(0); 110successor = InsertNode(finger.Index + node.Size - finger.Offset); 538node = InsertNode(0); 551node = InsertNode(this.LeftSize);