1 override of SetItemAt
PresentationFramework (1)
MS\Internal\Data\LiveShapingBlock.cs (1)
24public override LiveShapingItem SetItemAt(int offset, LiveShapingItem lsi)
16 references to SetItemAt
PresentationFramework (16)
MS\Internal\Data\LiveShapingBlock.cs (1)
26base.SetItemAt(offset, lsi);
MS\Internal\Data\LiveShapingTree.cs (1)
93finger.Node.SetItemAt(finger.Offset, new LiveShapingItem(item, List));
MS\Internal\Data\RBFinger.cs (1)
18public void SetItem(T x) { Node.SetItemAt(Offset, x); }
MS\Internal\Data\RBNode.cs (12)
320oldNode.SetItemAt(newOffset, x); 337newNode.SetItemAt(newOffset, x); 339oldNode.SetItemAt(0, y); 366node.SetItemAt(node.Size, default(T)); 414SetItemAt(offset, x); 430SetItemAt(offset, x); 455SetItemAt(offset, x); 464successor.SetItemAt(offset - (MaxSize - s), x); 484SetItemAt(offset, x); 494successor.SetItemAt(offset - s, x); 831node.SetItemAt(k, AsT(Int32.Parse(s.AsSpan(0, index), TypeConverterHelper.InvariantEnglishUS))); 835node.SetItemAt(node.Size - 1, AsT(Int32.Parse(s.AsSpan(0, index), TypeConverterHelper.InvariantEnglishUS)));
MS\Internal\Data\RBTree.cs (1)
522finger.Node.SetItemAt(finger.Offset, value);