1 write to _count
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
250
_count
+= _regions[i].Size;
2 references to _count
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
262
if (_current <
_count
)
290
get { return (_current >= 0) && (_current <
_count
); }