5 references to _groups
Microsoft.Maui.Controls (5)
Handlers\Items\iOS\ObservableGroupedSource.cs (5)
86
return
_groups
[indexPath.Section];
120
for (int n =
_groups
.Count - 1; n >= 0; n--)
122
_groups
[n].Dispose();
123
_groups
.RemoveAt(n);
138
_groups
.Add(new ObservableItemsSource(list, controller, n));