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