4 references to IndexToGeneratorPositionForStart
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
1687
GeneratorPosition position =
IndexToGeneratorPositionForStart
(itemIndex, out childIndex);
2405
startPos =
IndexToGeneratorPositionForStart
(firstItemInViewportIndex, out childIndex);
2673
IndexToGeneratorPositionForStart
(_firstItemInExtendedViewportIndex, out _firstItemInExtendedViewportChildIndex);
2707
startPos =
IndexToGeneratorPositionForStart
(startIndex, out childIndex);