4 references to IndexToGeneratorPositionForStart
PresentationFramework (4)
System\Windows\Controls\DataGridCellsPanel.cs (4)
542generatorState = generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true); 595GeneratorPosition startPos = IndexToGeneratorPositionForStart(generator, startIndex, out childIndex); 839using (generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true)) 971using (((IItemContainerGenerator)generator).StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true))