1 write to _direction
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1332
_direction
= direction;
3 references to _direction
PresentationFramework (3)
System\Windows\Controls\ItemContainerGenerator.cs (3)
1379
int incr = (
_direction
== GeneratorDirection.Forward) ? +1 : -1;
1437
_factory.SetAlternationIndex(_cachedState.Block, _cachedState.Offset,
_direction
);
1450
if (
_direction
== GeneratorDirection.Forward)