3 writes to _index
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (3)
653
_index
= 0;
659
_index
= 0;
669
for (; _index < n; ++
_index
)
2 references to _index
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (2)
669
for (;
_index
< n; ++_index)
671
object z = _list[
_index
];