11 writes to ItemIndex
PresentationFramework (11)
System\Windows\Controls\ItemContainerGenerator.cs (11)
1440
_cachedState.
ItemIndex
= itemIndex;
1530
_cachedState.
ItemIndex
+= count;
1536
_cachedState.
ItemIndex
+= count;
1545
_cachedState.
ItemIndex
+= count;
1653
state.
ItemIndex
= itemIndex + index;
1660
state.
ItemIndex
= itemIndex - 1;
1686
state.
ItemIndex
= state.Count = ItemsInternal.Count;
2888
state.
ItemIndex
+= 1;
2908
state.
ItemIndex
-= 1;
2928
state.
ItemIndex
+= count;
2950
state.
ItemIndex
-= count;
1 reference to ItemIndex
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1369
int itemIndex = _cachedState.
ItemIndex
;