10 writes to Count
PresentationFramework (10)
System\Windows\Controls\ItemContainerGenerator.cs (10)
1528_cachedState.Count += deltaCount; 1538_cachedState.Count += count; 1569_cachedState.Count = 0; 1661state.Count = itemCount; 1668state.Count = 0; 1695state.ItemIndex = state.Count = ItemsInternal.Count; 2898state.Count += ItemCount; 2911state.Count -= state.Block.ItemCount; 2930state.Count += ItemCount; 2952state.Count -= state.Block.ItemCount;
5 references to Count
PresentationFramework (5)
System\Windows\Controls\ItemContainerGenerator.cs (5)
1535if (offset < _cachedState.Count || 1536(offset == _cachedState.Count && newBlock != null && newBlock != _cachedState.Block)) 1542else if (offset < _cachedState.Count + _cachedState.Offset) 1548else if (offset == _cachedState.Count + _cachedState.Offset) 1568_cachedState.Offset += _cachedState.Count;