10 writes to Count
PresentationFramework (10)
System\Windows\Controls\ItemContainerGenerator.cs (10)
1519
_cachedState.
Count
+= deltaCount;
1529
_cachedState.
Count
+= count;
1560
_cachedState.
Count
= 0;
1652
state.
Count
= itemCount;
1659
state.
Count
= 0;
1686
state.ItemIndex = state.
Count
= ItemsInternal.Count;
2893
state.
Count
+= ItemCount;
2906
state.
Count
-= state.Block.ItemCount;
2925
state.
Count
+= ItemCount;
2947
state.
Count
-= state.Block.ItemCount;
5 references to Count
PresentationFramework (5)
System\Windows\Controls\ItemContainerGenerator.cs (5)
1526
if (offset < _cachedState.
Count
||
1527
(offset == _cachedState.
Count
&& newBlock != null && newBlock != _cachedState.Block))
1533
else if (offset < _cachedState.
Count
+ _cachedState.Offset)
1539
else if (offset == _cachedState.
Count
+ _cachedState.Offset)
1559
_cachedState.Offset += _cachedState.
Count
;