5 references to InsertNode
PresentationFramework (5)
src\Framework\MS\Internal\Data\RBNode.cs (1)
393return root.InsertNode(index + node.Size);
src\Framework\MS\Internal\Data\RBTree.cs (4)
98node = InsertNode(0); 113successor = InsertNode(finger.Index + node.Size - finger.Offset); 544node = InsertNode(0); 557node = InsertNode(this.LeftSize);