1 override of SetItemAt
PresentationFramework (1)
MS\Internal\Data\LiveShapingBlock.cs (1)
26public override LiveShapingItem SetItemAt(int offset, LiveShapingItem lsi)
16 references to SetItemAt
PresentationFramework (16)
MS\Internal\Data\LiveShapingBlock.cs (1)
28base.SetItemAt(offset, lsi);
MS\Internal\Data\LiveShapingTree.cs (1)
92finger.Node.SetItemAt(finger.Offset, new LiveShapingItem(item, List));
MS\Internal\Data\RBFinger.cs (1)
17public void SetItem(T x) { Node.SetItemAt(Offset, x); }
MS\Internal\Data\RBNode.cs (12)
319oldNode.SetItemAt(newOffset, x); 336newNode.SetItemAt(newOffset, x); 338oldNode.SetItemAt(0, y); 365node.SetItemAt(node.Size, default(T)); 413SetItemAt(offset, x); 429SetItemAt(offset, x); 454SetItemAt(offset, x); 463successor.SetItemAt(offset - (MaxSize - s), x); 483SetItemAt(offset, x); 493successor.SetItemAt(offset - s, x); 830node.SetItemAt(k, AsT(Int32.Parse(s.AsSpan(0, index), TypeConverterHelper.InvariantEnglishUS))); 834node.SetItemAt(node.Size - 1, AsT(Int32.Parse(s.AsSpan(0, index), TypeConverterHelper.InvariantEnglishUS)));
MS\Internal\Data\RBTree.cs (1)
521finger.Node.SetItemAt(finger.Offset, value);