4 writes to _groupCount
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\ObservableGroupedSource.cs (4)
29 _groupCount = GroupsCount(); 202 _groupCount = GroupsCount(); 237 _groupCount += count; 271 _groupCount -= count;
1 reference to _groupCount
Microsoft.Maui.Controls (1)
Handlers\Items\iOS\ObservableGroupedSource.cs (1)
43 public int GroupCount => _groupCount;