11 writes to ItemIndex
PresentationFramework (11)
System\Windows\Controls\ItemContainerGenerator.cs (11)
1449
_cachedState.
ItemIndex
= itemIndex;
1539
_cachedState.
ItemIndex
+= count;
1545
_cachedState.
ItemIndex
+= count;
1554
_cachedState.
ItemIndex
+= count;
1662
state.
ItemIndex
= itemIndex + index;
1669
state.
ItemIndex
= itemIndex - 1;
1695
state.
ItemIndex
= state.Count = ItemsInternal.Count;
2893
state.
ItemIndex
+= 1;
2913
state.
ItemIndex
-= 1;
2933
state.
ItemIndex
+= count;
2955
state.
ItemIndex
-= count;
1 reference to ItemIndex
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1378
int itemIndex = _cachedState.
ItemIndex
;