4 references to IndexToGeneratorPositionForStart
PresentationFramework (4)
System\Windows\Controls\DataGridCellsPanel.cs (4)
546generatorState = generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true); 599GeneratorPosition startPos = IndexToGeneratorPositionForStart(generator, startIndex, out childIndex); 843using (generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true)) 975using (((IItemContainerGenerator)generator).StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true))