System\Windows\Controls\ItemContainerGenerator.cs (19)
394MoveItems(block, offsetL, itemCount-offsetL,
406MoveItems(block, offsetL, offsetR - offsetL + 1,
418MoveItems(block, offsetR+1, remaining,
1729MoveItems(block, offset, 1, newBlock, newOffset, -prevR.ItemCount);
1730MoveItems(block, 1, block.ItemCount, block, 0, +1);
1741MoveItems(newBlock, 0, newBlock.ItemCount, newBlock, 1, -1);
1742MoveItems(block, offset, 1, newBlock, newOffset, offset);
1756MoveItems(block, offset, 1, newBlock, newOffset, 0);
1757MoveItems(block, 1, block.ItemCount, block, 0, +1);
1764MoveItems(block, offset, 1, newBlock, newOffset, offset);
1773MoveItems(block, offset+1, block.ItemCount-offset-1, newUBlock, 0, offset+1);
1774MoveItems(block, offset, 1, newBlock, 0, offset);
1793MoveItems(block.Next, 0, block.Next.ItemCount, block.Prev, block.Prev.ItemCount, -block.Prev.ItemCount-1);
2484MoveItems(uib, offsetFromBlockStart, 1, uib, offsetFromBlockStart+1, 0);
2506MoveItems(rib, offsetFromBlockStart, rib.ItemCount - offsetFromBlockStart, newBlock, 0, offsetFromBlockStart);
2551MoveItems(block, offsetFromBlockStart + 1, block.ItemCount - offsetFromBlockStart - 1, block, offsetFromBlockStart, 0);
2669MoveItems(block, offsetFromBlockStart + 1, block.ItemCount - offsetFromBlockStart - 1, block, offsetFromBlockStart, 0);
2701MoveItems(uib, offsetFromBlockStart, 1, uib, offsetFromBlockStart+1, 0);
2722MoveItems(rib, offsetFromBlockStart, rib.ItemCount - offsetFromBlockStart, newBlock, 0, offsetFromBlockStart);