4 references to IndexToGeneratorPositionForStart
PresentationFramework (4)
System\Windows\Controls\DataGridCellsPanel.cs (4)
541generatorState = generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true);
594GeneratorPosition startPos = IndexToGeneratorPositionForStart(generator, startIndex, out childIndex);
838using (generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true))
970using (((IItemContainerGenerator)generator).StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true))