20 references to Forward
PresentationFramework (18)
System\Windows\Controls\DataGridCellsPanel.cs (4)
540generatorState = generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true); 595using (generator.StartAt(startPos, GeneratorDirection.Forward, true)) 837using (generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true)) 969using (((IItemContainerGenerator)generator).StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.Forward, true))
System\Windows\Controls\ItemContainerGenerator.cs (6)
1192SetAlternationIndex((RealizedItemBlock)block, offset, GeneratorDirection.Forward); 1369int incr = (_direction == GeneratorDirection.Forward) ? +1 : -1; 1440if (_direction == GeneratorDirection.Forward) 1667offset = (direction == GeneratorDirection.Forward) ? 1 : -1; 2547SetAlternationIndex(block, offsetFromBlockStart, GeneratorDirection.Forward); 2758SetAlternationIndex(block, offsetFromBlockStart, GeneratorDirection.Forward);
System\Windows\Controls\Panel.cs (3)
656using (generator.StartAt(new GeneratorPosition(-1, 0), GeneratorDirection.Forward)) 714using (generator.StartAt(pos, GeneratorDirection.Forward)) 744using (generator.StartAt(pos, GeneratorDirection.Forward, true))
System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
404using (generator.StartAt(pos, GeneratorDirection.Forward)) 456using (generator.StartAt(pos, GeneratorDirection.Forward, true))
System\Windows\Controls\VirtualizingStackPanel.cs (3)
1688using (generator.StartAt(position, GeneratorDirection.Forward, true)) 2714using (generator.StartAt(startPos, GeneratorDirection.Forward, true)) 8947using (Generator.StartAt(args.Position, GeneratorDirection.Forward, true))
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (2)
35using (Generator.StartAt(args.Position, GeneratorDirection.Forward, true)) 140using (Generator.StartAt(startPos, GeneratorDirection.Forward, true))