11 writes to ItemIndex
PresentationFramework (11)
System\Windows\Controls\ItemContainerGenerator.cs (11)
1443_cachedState.ItemIndex = itemIndex; 1533_cachedState.ItemIndex += count; 1539_cachedState.ItemIndex += count; 1548_cachedState.ItemIndex += count; 1656state.ItemIndex = itemIndex + index; 1663state.ItemIndex = itemIndex - 1; 1689state.ItemIndex = state.Count = ItemsInternal.Count; 2887state.ItemIndex += 1; 2907state.ItemIndex -= 1; 2927state.ItemIndex += count; 2949state.ItemIndex -= count;
1 reference to ItemIndex
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1372int itemIndex = _cachedState.ItemIndex;