10 writes to Count
PresentationFramework (10)
System\Windows\Controls\ItemContainerGenerator.cs (10)
1522
_cachedState.
Count
+= deltaCount;
1532
_cachedState.
Count
+= count;
1563
_cachedState.
Count
= 0;
1655
state.
Count
= itemCount;
1662
state.
Count
= 0;
1689
state.ItemIndex = state.
Count
= ItemsInternal.Count;
2892
state.
Count
+= ItemCount;
2905
state.
Count
-= state.Block.ItemCount;
2924
state.
Count
+= ItemCount;
2946
state.
Count
-= state.Block.ItemCount;
5 references to Count
PresentationFramework (5)
System\Windows\Controls\ItemContainerGenerator.cs (5)
1529
if (offset < _cachedState.
Count
||
1530
(offset == _cachedState.
Count
&& newBlock != null && newBlock != _cachedState.Block))
1536
else if (offset < _cachedState.
Count
+ _cachedState.Offset)
1542
else if (offset == _cachedState.
Count
+ _cachedState.Offset)
1562
_cachedState.Offset += _cachedState.
Count
;