3 references to GetBlockAndPosition
PresentationFramework (3)
System\Windows\Controls\ItemContainerGenerator.cs (3)
2531GetBlockAndPosition(item, itemIndex, true, out position, out block, out offsetFromBlockStart, out correctIndex);
2592GetBlockAndPosition(oldItem, index, false, out position, out block, out offsetFromBlockStart, out correctIndex);
2647GetBlockAndPosition(item, oldIndex, true, out position, out block, out offsetFromBlockStart, out correctIndex);