4 writes to LastIndex
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupRoot.cs (4)
431
group.
LastIndex
= 0;
525
group.
LastIndex
= (group.Items[index] == subgroup ? index : 0);
541
group.
LastIndex
= index;
559
group.
LastIndex
= index;
1 reference to LastIndex
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
517
int index = (loading && IsDataInGroupOrder) ? group.
LastIndex
: 0;