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