3 writes to _current
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
242
_current
= -1;
264
_current
++;
272
_current
= -1;
4 references to _current
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
262
if (
_current
< _count)
281
return _collection.GetCellInfoFromIndex(_owner, _regions,
_current
);
290
get { return (
_current
>= 0) && (
_current
< _count); }