10 writes to Count
PresentationFramework (10)
System\Windows\Controls\ItemContainerGenerator.cs (10)
1518
_cachedState.
Count
+= deltaCount;
1528
_cachedState.
Count
+= count;
1559
_cachedState.
Count
= 0;
1651
state.
Count
= itemCount;
1658
state.
Count
= 0;
1685
state.ItemIndex = state.
Count
= ItemsInternal.Count;
2890
state.
Count
+= ItemCount;
2903
state.
Count
-= state.Block.ItemCount;
2922
state.
Count
+= ItemCount;
2944
state.
Count
-= state.Block.ItemCount;
5 references to Count
PresentationFramework (5)
System\Windows\Controls\ItemContainerGenerator.cs (5)
1525
if (offset < _cachedState.
Count
||
1526
(offset == _cachedState.
Count
&& newBlock != null && newBlock != _cachedState.Block))
1532
else if (offset < _cachedState.
Count
+ _cachedState.Offset)
1538
else if (offset == _cachedState.
Count
+ _cachedState.Offset)
1558
_cachedState.Offset += _cachedState.
Count
;