4 references to IndexToGeneratorPositionForStart
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (4)
1654GeneratorPosition position = IndexToGeneratorPositionForStart(itemIndex, out childIndex); 2372startPos = IndexToGeneratorPositionForStart(firstItemInViewportIndex, out childIndex); 2638IndexToGeneratorPositionForStart(_firstItemInExtendedViewportIndex, out _firstItemInExtendedViewportChildIndex); 2673startPos = IndexToGeneratorPositionForStart(startIndex, out childIndex);