4 references to IndexToGeneratorPositionForStart
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
1703GeneratorPosition position = IndexToGeneratorPositionForStart(itemIndex, out childIndex); 2422startPos = IndexToGeneratorPositionForStart(firstItemInViewportIndex, out childIndex); 2690IndexToGeneratorPositionForStart(_firstItemInExtendedViewportIndex, out _firstItemInExtendedViewportChildIndex); 2724startPos = IndexToGeneratorPositionForStart(startIndex, out childIndex);