4 writes to LastIndex
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (4)
439
group.
LastIndex
= 0;
536
group.
LastIndex
= (group.Items[index] == subgroup ? index : 0);
552
group.
LastIndex
= index;
570
group.
LastIndex
= index;
1 reference to LastIndex
PresentationFramework (1)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (1)
528
int index = (loading && IsDataInGroupOrder) ? group.
LastIndex
: 0;