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; 1670state.ItemIndex = itemIndex + index; 1677state.ItemIndex = itemIndex - 1; 1703state.ItemIndex = state.Count = ItemsInternal.Count; 2901state.ItemIndex += 1; 2921state.ItemIndex -= 1; 2941state.ItemIndex += count; 2963state.ItemIndex -= count;
1 reference to ItemIndex
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1386int itemIndex = _cachedState.ItemIndex;