1 override of SetItemAt
PresentationFramework (1)
MS\Internal\Data\LiveShapingBlock.cs (1)
32
public override LiveShapingItem
SetItemAt
(int offset, LiveShapingItem lsi)
16 references to SetItemAt
PresentationFramework (16)
MS\Internal\Data\LiveShapingBlock.cs (1)
34
base.
SetItemAt
(offset, lsi);
MS\Internal\Data\LiveShapingTree.cs (1)
93
finger.Node.
SetItemAt
(finger.Offset, new LiveShapingItem(item, List));
MS\Internal\Data\RBFinger.cs (1)
18
public void SetItem(T x) { Node.
SetItemAt
(Offset, x); }
MS\Internal\Data\RBNode.cs (12)
324
oldNode.
SetItemAt
(newOffset, x);
341
newNode.
SetItemAt
(newOffset, x);
343
oldNode.
SetItemAt
(0, y);
370
node.
SetItemAt
(node.Size, default(T));
418
SetItemAt
(offset, x);
434
SetItemAt
(offset, x);
459
SetItemAt
(offset, x);
468
successor.
SetItemAt
(offset - (MaxSize - s), x);
488
SetItemAt
(offset, x);
498
successor.
SetItemAt
(offset - s, x);
835
node.
SetItemAt
(k, AsT(Int32.Parse(s.Substring(0, index), TypeConverterHelper.InvariantEnglishUS)));
839
node.
SetItemAt
(node.Size - 1, AsT(Int32.Parse(s.Substring(0, index), TypeConverterHelper.InvariantEnglishUS)));
MS\Internal\Data\RBTree.cs (1)
526
finger.Node.
SetItemAt
(finger.Offset, value);