4 references to IndexToGeneratorPositionForStart
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
1688GeneratorPosition position = IndexToGeneratorPositionForStart(itemIndex, out childIndex); 2406startPos = IndexToGeneratorPositionForStart(firstItemInViewportIndex, out childIndex); 2674IndexToGeneratorPositionForStart(_firstItemInExtendedViewportIndex, out _firstItemInExtendedViewportChildIndex); 2708startPos = IndexToGeneratorPositionForStart(startIndex, out childIndex);