11 references to InsertAt
PresentationFramework (11)
MS\Internal\Data\RBNode.cs (5)
331newNode.InsertAt(newOffset, x); 349newNode.InsertAt(newOffset, x, successor); 355newNode.InsertAt(newOffset, x, successor, succsucc); 431successor.InsertAt(0, GetItemAt(MaxSize - 1)); 439successor.InsertAt(0, x);
MS\Internal\Data\RBTree.cs (6)
96node.InsertAt(0, x); 100node.InsertAt(finger.Offset, x); 112node.InsertAt(finger.Offset, x, successor, succsucc); 542node.InsertAt(0, item); 550node.InsertAt(node.Size, item); 555node.InsertAt(0, item);