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)
1387
int incr = (
_direction
== GeneratorDirection.Forward) ? +1 : -1;
1445
_factory.SetAlternationIndex(_cachedState.Block, _cachedState.Offset,
_direction
);
1458
if (
_direction
== GeneratorDirection.Forward)