11 references to InsertAt
PresentationFramework (11)
MS\Internal\Data\RBNode.cs (5)
327newNode.InsertAt(newOffset, x); 345newNode.InsertAt(newOffset, x, successor); 351newNode.InsertAt(newOffset, x, successor, succsucc); 427successor.InsertAt(0, GetItemAt(MaxSize - 1)); 435successor.InsertAt(0, x);
MS\Internal\Data\RBTree.cs (6)
92node.InsertAt(0, x); 96node.InsertAt(finger.Offset, x); 108node.InsertAt(finger.Offset, x, successor, succsucc); 535node.InsertAt(0, item); 543node.InsertAt(node.Size, item); 548node.InsertAt(0, item);