1 write to _direction
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1340_direction = direction;
3 references to _direction
PresentationFramework (3)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (3)
1387int incr = (_direction == GeneratorDirection.Forward) ? +1 : -1; 1445_factory.SetAlternationIndex(_cachedState.Block, _cachedState.Offset, _direction); 1458if (_direction == GeneratorDirection.Forward)