10 writes to Count
PresentationFramework (10)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (10)
1536
_cachedState.
Count
+= deltaCount;
1546
_cachedState.
Count
+= count;
1577
_cachedState.
Count
= 0;
1669
state.
Count
= itemCount;
1676
state.
Count
= 0;
1703
state.ItemIndex = state.
Count
= ItemsInternal.Count;
2906
state.
Count
+= ItemCount;
2919
state.
Count
-= state.Block.ItemCount;
2938
state.
Count
+= ItemCount;
2960
state.
Count
-= state.Block.ItemCount;
5 references to Count
PresentationFramework (5)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (5)
1543
if (offset < _cachedState.
Count
||
1544
(offset == _cachedState.
Count
&& newBlock != null && newBlock != _cachedState.Block))
1550
else if (offset < _cachedState.
Count
+ _cachedState.Offset)
1556
else if (offset == _cachedState.
Count
+ _cachedState.Offset)
1576
_cachedState.Offset += _cachedState.
Count
;