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