11 writes to ItemIndex
PresentationFramework (11)
System\Windows\Controls\ItemContainerGenerator.cs (11)
1440_cachedState.ItemIndex = itemIndex; 1530_cachedState.ItemIndex += count; 1536_cachedState.ItemIndex += count; 1545_cachedState.ItemIndex += count; 1653state.ItemIndex = itemIndex + index; 1660state.ItemIndex = itemIndex - 1; 1686state.ItemIndex = state.Count = ItemsInternal.Count; 2888state.ItemIndex += 1; 2908state.ItemIndex -= 1; 2928state.ItemIndex += count; 2950state.ItemIndex -= count;
1 reference to ItemIndex
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1369int itemIndex = _cachedState.ItemIndex;