4 references to IndexToGeneratorPositionForStart
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
1698
GeneratorPosition position =
IndexToGeneratorPositionForStart
(itemIndex, out childIndex);
2417
startPos =
IndexToGeneratorPositionForStart
(firstItemInViewportIndex, out childIndex);
2685
IndexToGeneratorPositionForStart
(_firstItemInExtendedViewportIndex, out _firstItemInExtendedViewportChildIndex);
2719
startPos =
IndexToGeneratorPositionForStart
(startIndex, out childIndex);