11 references to InsertAt
PresentationFramework (11)
MS\Internal\Data\RBNode.cs (5)
326newNode.InsertAt(newOffset, x); 344newNode.InsertAt(newOffset, x, successor); 350newNode.InsertAt(newOffset, x, successor, succsucc); 426successor.InsertAt(0, GetItemAt(MaxSize - 1)); 434successor.InsertAt(0, x);
MS\Internal\Data\RBTree.cs (6)
91node.InsertAt(0, x); 95node.InsertAt(finger.Offset, x); 107node.InsertAt(finger.Offset, x, successor, succsucc); 534node.InsertAt(0, item); 542node.InsertAt(node.Size, item); 547node.InsertAt(0, item);