4 references to IndexToGeneratorPositionForStart
PresentationFramework (4)
System\Windows\Controls\DataGridCellsPanel.cs (4)
540generatorState = generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true);
593GeneratorPosition startPos = IndexToGeneratorPositionForStart(generator, startIndex, out childIndex);
837using (generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true))
969using (((IItemContainerGenerator)generator).StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true))