20 references to Forward
PresentationFramework (18)
System\Windows\Controls\DataGridCellsPanel.cs (4)
542generatorState = generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true); 597using (generator.StartAt(startPos, GeneratorDirection.Forward, true)) 839using (generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true)) 971using (((IItemContainerGenerator)generator).StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true))
System\Windows\Controls\ItemContainerGenerator.cs (6)
1196SetAlternationIndex((RealizedItemBlock)block, offset, GeneratorDirection.Forward); 1373int incr = (_direction == GeneratorDirection.Forward) ? +1 : -1; 1444if (_direction == GeneratorDirection.Forward) 1671offset = (direction == GeneratorDirection.Forward) ? 1 : -1; 2551SetAlternationIndex(block, offsetFromBlockStart, GeneratorDirection.Forward); 2760SetAlternationIndex(block, offsetFromBlockStart, GeneratorDirection.Forward);
System\Windows\Controls\Panel.cs (3)
657using (generator.StartAt(new GeneratorPosition(-1, 0), GeneratorDirection.Forward)) 715using (generator.StartAt(pos, GeneratorDirection.Forward)) 745using (generator.StartAt(pos, GeneratorDirection.Forward, true))
System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
406using (generator.StartAt(pos, GeneratorDirection.Forward)) 461using (generator.StartAt(pos, GeneratorDirection.Forward, true))
System\Windows\Controls\VirtualizingStackPanel.cs (3)
1699using (generator.StartAt(position, GeneratorDirection.Forward, true)) 2726using (generator.StartAt(startPos, GeneratorDirection.Forward, true)) 8969using (Generator.StartAt(args.Position, GeneratorDirection.Forward, true))
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (2)
36using (Generator.StartAt(args.Position, GeneratorDirection.Forward, true)) 141using (Generator.StartAt(startPos, GeneratorDirection.Forward, true))