19 references to MoveItems
PresentationFramework (19)
System\Windows\Controls\ItemContainerGenerator.cs (19)
387MoveItems(block, offsetL, itemCount-offsetL, 399MoveItems(block, offsetL, offsetR - offsetL + 1, 411MoveItems(block, offsetR+1, remaining, 1719MoveItems(block, offset, 1, newBlock, newOffset, -prevR.ItemCount); 1720MoveItems(block, 1, block.ItemCount, block, 0, +1); 1731MoveItems(newBlock, 0, newBlock.ItemCount, newBlock, 1, -1); 1732MoveItems(block, offset, 1, newBlock, newOffset, offset); 1746MoveItems(block, offset, 1, newBlock, newOffset, 0); 1747MoveItems(block, 1, block.ItemCount, block, 0, +1); 1754MoveItems(block, offset, 1, newBlock, newOffset, offset); 1763MoveItems(block, offset+1, block.ItemCount-offset-1, newUBlock, 0, offset+1); 1764MoveItems(block, offset, 1, newBlock, 0, offset); 1783MoveItems(block.Next, 0, block.Next.ItemCount, block.Prev, block.Prev.ItemCount, -block.Prev.ItemCount-1); 2472MoveItems(uib, offsetFromBlockStart, 1, uib, offsetFromBlockStart+1, 0); 2496MoveItems(rib, offsetFromBlockStart, rib.ItemCount - offsetFromBlockStart, newBlock, 0, offsetFromBlockStart); 2541MoveItems(block, offsetFromBlockStart + 1, block.ItemCount - offsetFromBlockStart - 1, block, offsetFromBlockStart, 0); 2659MoveItems(block, offsetFromBlockStart + 1, block.ItemCount - offsetFromBlockStart - 1, block, offsetFromBlockStart, 0); 2691MoveItems(uib, offsetFromBlockStart, 1, uib, offsetFromBlockStart+1, 0); 2714MoveItems(rib, offsetFromBlockStart, rib.ItemCount - offsetFromBlockStart, newBlock, 0, offsetFromBlockStart);