4 references to CreateIndexSetFrom
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\ObservableGroupedSource.cs (4)
196
Update(() => _collectionView.InsertSections(
CreateIndexSetFrom
(startIndex, count)));
225
Update(() => _collectionView.DeleteSections(
CreateIndexSetFrom
(startIndex, count)));
239
Update(() => _collectionView.ReloadSections(
CreateIndexSetFrom
(startIndex, newCount)));
264
Update(() => _collectionView.ReloadSections(
CreateIndexSetFrom
(start, end)));