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; 1662state.ItemIndex = itemIndex + index; 1669state.ItemIndex = itemIndex - 1; 1695state.ItemIndex = state.Count = ItemsInternal.Count; 2893state.ItemIndex += 1; 2913state.ItemIndex -= 1; 2933state.ItemIndex += count; 2955state.ItemIndex -= count;
1 reference to ItemIndex
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1378int itemIndex = _cachedState.ItemIndex;