1 override of SetItemAt
PresentationFramework (1)
MS\Internal\Data\LiveShapingBlock.cs (1)
32public override LiveShapingItem SetItemAt(int offset, LiveShapingItem lsi)
16 references to SetItemAt
PresentationFramework (16)
MS\Internal\Data\LiveShapingBlock.cs (1)
34base.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)
324oldNode.SetItemAt(newOffset, x); 341newNode.SetItemAt(newOffset, x); 343oldNode.SetItemAt(0, y); 370node.SetItemAt(node.Size, default(T)); 418SetItemAt(offset, x); 434SetItemAt(offset, x); 459SetItemAt(offset, x); 468successor.SetItemAt(offset - (MaxSize - s), x); 488SetItemAt(offset, x); 498successor.SetItemAt(offset - s, x); 835node.SetItemAt(k, AsT(Int32.Parse(s.Substring(0, index), TypeConverterHelper.InvariantEnglishUS))); 839node.SetItemAt(node.Size - 1, AsT(Int32.Parse(s.Substring(0, index), TypeConverterHelper.InvariantEnglishUS)));
MS\Internal\Data\RBTree.cs (1)
529finger.Node.SetItemAt(finger.Offset, value);