19 references to MoveItems
PresentationFramework (19)
System\Windows\Controls\ItemContainerGenerator.cs (19)
388MoveItems(block, offsetL, itemCount-offsetL, 400MoveItems(block, offsetL, offsetR - offsetL + 1, 412MoveItems(block, offsetR+1, remaining, 1720MoveItems(block, offset, 1, newBlock, newOffset, -prevR.ItemCount); 1721MoveItems(block, 1, block.ItemCount, block, 0, +1); 1732MoveItems(newBlock, 0, newBlock.ItemCount, newBlock, 1, -1); 1733MoveItems(block, offset, 1, newBlock, newOffset, offset); 1747MoveItems(block, offset, 1, newBlock, newOffset, 0); 1748MoveItems(block, 1, block.ItemCount, block, 0, +1); 1755MoveItems(block, offset, 1, newBlock, newOffset, offset); 1764MoveItems(block, offset+1, block.ItemCount-offset-1, newUBlock, 0, offset+1); 1765MoveItems(block, offset, 1, newBlock, 0, offset); 1784MoveItems(block.Next, 0, block.Next.ItemCount, block.Prev, block.Prev.ItemCount, -block.Prev.ItemCount-1); 2475MoveItems(uib, offsetFromBlockStart, 1, uib, offsetFromBlockStart+1, 0); 2499MoveItems(rib, offsetFromBlockStart, rib.ItemCount - offsetFromBlockStart, newBlock, 0, offsetFromBlockStart); 2544MoveItems(block, offsetFromBlockStart + 1, block.ItemCount - offsetFromBlockStart - 1, block, offsetFromBlockStart, 0); 2662MoveItems(block, offsetFromBlockStart + 1, block.ItemCount - offsetFromBlockStart - 1, block, offsetFromBlockStart, 0); 2694MoveItems(uib, offsetFromBlockStart, 1, uib, offsetFromBlockStart+1, 0); 2717MoveItems(rib, offsetFromBlockStart, rib.ItemCount - offsetFromBlockStart, newBlock, 0, offsetFromBlockStart);