4 writes to LastIndex
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupRoot.cs (4)
434
group.
LastIndex
= 0;
531
group.
LastIndex
= (group.Items[index] == subgroup ? index : 0);
547
group.
LastIndex
= index;
565
group.
LastIndex
= index;
1 reference to LastIndex
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
523
int index = (loading && IsDataInGroupOrder) ? group.
LastIndex
: 0;