18 references to Forward
PresentationFramework (18)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (4)
548
generatorState = generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.
Forward
, true);
603
using (generator.StartAt(startPos, GeneratorDirection.
Forward
, true))
845
using (generator.StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.
Forward
, true))
977
using (((IItemContainerGenerator)generator).StartAt(IndexToGeneratorPositionForStart(generator, childIndex, out childIndex), GeneratorDirection.
Forward
, true))
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (6)
1210
SetAlternationIndex((RealizedItemBlock)block, offset, GeneratorDirection.
Forward
);
1387
int incr = (_direction == GeneratorDirection.
Forward
) ? +1 : -1;
1458
if (_direction == GeneratorDirection.
Forward
)
1685
offset = (direction == GeneratorDirection.
Forward
) ? 1 : -1;
2565
SetAlternationIndex(block, offsetFromBlockStart, GeneratorDirection.
Forward
);
2774
SetAlternationIndex(block, offsetFromBlockStart, GeneratorDirection.
Forward
);
src\Framework\System\Windows\Controls\Panel.cs (3)
668
using (generator.StartAt(new GeneratorPosition(-1, 0), GeneratorDirection.
Forward
))
726
using (generator.StartAt(pos, GeneratorDirection.
Forward
))
756
using (generator.StartAt(pos, GeneratorDirection.
Forward
, true))
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
416
using (generator.StartAt(pos, GeneratorDirection.
Forward
))
471
using (generator.StartAt(pos, GeneratorDirection.
Forward
, true))
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
1655
using (generator.StartAt(position, GeneratorDirection.
Forward
, true))
2680
using (generator.StartAt(startPos, GeneratorDirection.
Forward
, true))
8816
using (Generator.StartAt(args.Position, GeneratorDirection.
Forward
, true))