11 writes to ItemIndex
PresentationFramework (11)
System\Windows\Controls\ItemContainerGenerator.cs (11)
1439_cachedState.ItemIndex = itemIndex; 1529_cachedState.ItemIndex += count; 1535_cachedState.ItemIndex += count; 1544_cachedState.ItemIndex += count; 1652state.ItemIndex = itemIndex + index; 1659state.ItemIndex = itemIndex - 1; 1685state.ItemIndex = state.Count = ItemsInternal.Count; 2885state.ItemIndex += 1; 2905state.ItemIndex -= 1; 2925state.ItemIndex += count; 2947state.ItemIndex -= count;
1 reference to ItemIndex
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1368int itemIndex = _cachedState.ItemIndex;