4 references to IndexToGeneratorPositionForStart
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (4)
548generatorState = generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true); 601GeneratorPosition startPos = IndexToGeneratorPositionForStart(generator, startIndex, out childIndex); 845using (generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true)) 977using (((IItemContainerGenerator)generator).StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true))