11 references to InsertAt
PresentationFramework (11)
src\Framework\MS\Internal\Data\RBNode.cs (5)
334newNode.InsertAt(newOffset, x); 352newNode.InsertAt(newOffset, x, successor); 358newNode.InsertAt(newOffset, x, successor, succsucc); 434successor.InsertAt(0, GetItemAt(MaxSize - 1)); 442successor.InsertAt(0, x);
src\Framework\MS\Internal\Data\RBTree.cs (6)
99node.InsertAt(0, x); 103node.InsertAt(finger.Offset, x); 115node.InsertAt(finger.Offset, x, successor, succsucc); 545node.InsertAt(0, item); 553node.InsertAt(node.Size, item); 558node.InsertAt(0, item);