2 writes to _index
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (2)
799
_index
= -1;
813
++
_index
;
5 references to _index
PresentationFramework (5)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (5)
814
if (
_index
>= _group.Items.Count)
817
CollectionViewGroupInternal subgroup = _group.Items[
_index
] as CollectionViewGroupInternal;
821
_current = _group.Items[
_index
];
842
if (
_index
< 0 ||
_index
>= _group.Items.Count)