1 override of SetItemAt
PresentationFramework (1)
src\Framework\MS\Internal\Data\LiveShapingBlock.cs (1)
35public override LiveShapingItem SetItemAt(int offset, LiveShapingItem lsi)
14 references to SetItemAt
PresentationFramework (14)
src\Framework\MS\Internal\Data\LiveShapingBlock.cs (1)
37base.SetItemAt(offset, lsi);
src\Framework\MS\Internal\Data\LiveShapingTree.cs (1)
96finger.Node.SetItemAt(finger.Offset, new LiveShapingItem(item, List));
src\Framework\MS\Internal\Data\RBFinger.cs (1)
21public void SetItem(T x) { Node.SetItemAt(Offset, x); }
src\Framework\MS\Internal\Data\RBNode.cs (10)
327oldNode.SetItemAt(newOffset, x); 344newNode.SetItemAt(newOffset, x); 346oldNode.SetItemAt(0, y); 373node.SetItemAt(node.Size, default(T)); 421SetItemAt(offset, x); 437SetItemAt(offset, x); 462SetItemAt(offset, x); 471successor.SetItemAt(offset - (MaxSize - s), x); 491SetItemAt(offset, x); 501successor.SetItemAt(offset - s, x);
src\Framework\MS\Internal\Data\RBTree.cs (1)
532finger.Node.SetItemAt(finger.Offset, value);