src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (19)
396MoveItems(block, offsetL, itemCount-offsetL,
408MoveItems(block, offsetL, offsetR - offsetL + 1,
420MoveItems(block, offsetR+1, remaining,
1737MoveItems(block, offset, 1, newBlock, newOffset, -prevR.ItemCount);
1738MoveItems(block, 1, block.ItemCount, block, 0, +1);
1749MoveItems(newBlock, 0, newBlock.ItemCount, newBlock, 1, -1);
1750MoveItems(block, offset, 1, newBlock, newOffset, offset);
1764MoveItems(block, offset, 1, newBlock, newOffset, 0);
1765MoveItems(block, 1, block.ItemCount, block, 0, +1);
1772MoveItems(block, offset, 1, newBlock, newOffset, offset);
1781MoveItems(block, offset+1, block.ItemCount-offset-1, newUBlock, 0, offset+1);
1782MoveItems(block, offset, 1, newBlock, 0, offset);
1801MoveItems(block.Next, 0, block.Next.ItemCount, block.Prev, block.Prev.ItemCount, -block.Prev.ItemCount-1);
2492MoveItems(uib, offsetFromBlockStart, 1, uib, offsetFromBlockStart+1, 0);
2514MoveItems(rib, offsetFromBlockStart, rib.ItemCount - offsetFromBlockStart, newBlock, 0, offsetFromBlockStart);
2559MoveItems(block, offsetFromBlockStart + 1, block.ItemCount - offsetFromBlockStart - 1, block, offsetFromBlockStart, 0);
2677MoveItems(block, offsetFromBlockStart + 1, block.ItemCount - offsetFromBlockStart - 1, block, offsetFromBlockStart, 0);
2709MoveItems(uib, offsetFromBlockStart, 1, uib, offsetFromBlockStart+1, 0);
2730MoveItems(rib, offsetFromBlockStart, rib.ItemCount - offsetFromBlockStart, newBlock, 0, offsetFromBlockStart);