11 writes to ItemIndex
PresentationFramework (11)
System\Windows\Controls\ItemContainerGenerator.cs (11)
1443
_cachedState.
ItemIndex
= itemIndex;
1533
_cachedState.
ItemIndex
+= count;
1539
_cachedState.
ItemIndex
+= count;
1548
_cachedState.
ItemIndex
+= count;
1656
state.
ItemIndex
= itemIndex + index;
1663
state.
ItemIndex
= itemIndex - 1;
1689
state.
ItemIndex
= state.Count = ItemsInternal.Count;
2887
state.
ItemIndex
+= 1;
2907
state.
ItemIndex
-= 1;
2927
state.
ItemIndex
+= count;
2949
state.
ItemIndex
-= count;
1 reference to ItemIndex
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1372
int itemIndex = _cachedState.
ItemIndex
;