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