11 writes to ItemIndex
PresentationFramework (11)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (11)
1457
_cachedState.
ItemIndex
= itemIndex;
1547
_cachedState.
ItemIndex
+= count;
1553
_cachedState.
ItemIndex
+= count;
1562
_cachedState.
ItemIndex
+= count;
1670
state.
ItemIndex
= itemIndex + index;
1677
state.
ItemIndex
= itemIndex - 1;
1703
state.
ItemIndex
= state.Count = ItemsInternal.Count;
2901
state.
ItemIndex
+= 1;
2921
state.
ItemIndex
-= 1;
2941
state.
ItemIndex
+= count;
2963
state.
ItemIndex
-= count;
1 reference to ItemIndex
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1386
int itemIndex = _cachedState.
ItemIndex
;