System\Windows\Controls\ItemContainerGenerator.cs (19)
388MoveItems(block, offsetL, itemCount-offsetL,
400MoveItems(block, offsetL, offsetR - offsetL + 1,
412MoveItems(block, offsetR+1, remaining,
1723MoveItems(block, offset, 1, newBlock, newOffset, -prevR.ItemCount);
1724MoveItems(block, 1, block.ItemCount, block, 0, +1);
1735MoveItems(newBlock, 0, newBlock.ItemCount, newBlock, 1, -1);
1736MoveItems(block, offset, 1, newBlock, newOffset, offset);
1750MoveItems(block, offset, 1, newBlock, newOffset, 0);
1751MoveItems(block, 1, block.ItemCount, block, 0, +1);
1758MoveItems(block, offset, 1, newBlock, newOffset, offset);
1767MoveItems(block, offset+1, block.ItemCount-offset-1, newUBlock, 0, offset+1);
1768MoveItems(block, offset, 1, newBlock, 0, offset);
1787MoveItems(block.Next, 0, block.Next.ItemCount, block.Prev, block.Prev.ItemCount, -block.Prev.ItemCount-1);
2478MoveItems(uib, offsetFromBlockStart, 1, uib, offsetFromBlockStart+1, 0);
2500MoveItems(rib, offsetFromBlockStart, rib.ItemCount - offsetFromBlockStart, newBlock, 0, offsetFromBlockStart);
2545MoveItems(block, offsetFromBlockStart + 1, block.ItemCount - offsetFromBlockStart - 1, block, offsetFromBlockStart, 0);
2663MoveItems(block, offsetFromBlockStart + 1, block.ItemCount - offsetFromBlockStart - 1, block, offsetFromBlockStart, 0);
2695MoveItems(uib, offsetFromBlockStart, 1, uib, offsetFromBlockStart+1, 0);
2716MoveItems(rib, offsetFromBlockStart, rib.ItemCount - offsetFromBlockStart, newBlock, 0, offsetFromBlockStart);