4 references to CreateIndexSetFrom
Microsoft.Maui.Controls (4)
Handlers\Items\iOS\ObservableGroupedSource.cs (4)
244
Update(() => _collectionView.InsertSections(
CreateIndexSetFrom
(startIndex, count)));
274
Update(() => _collectionView.DeleteSections(
CreateIndexSetFrom
(startIndex, count)));
288
Update(() => _collectionView.ReloadSections(
CreateIndexSetFrom
(startIndex, newCount)));
313
Update(() => _collectionView.ReloadSections(
CreateIndexSetFrom
(start, end)));