1 override of CreateIndexesFrom
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\LoopObservableItemsSource.cs (1)
21 protected override NSIndexPath[] CreateIndexesFrom(int startIndex, int count)
5 references to CreateIndexesFrom
Microsoft.Maui.Controls.Compatibility (5)
iOS\CollectionView\LoopObservableItemsSource.cs (1)
25 return base.CreateIndexesFrom(startIndex, count);
iOS\CollectionView\ObservableItemsSource.cs (4)
160 Update(() => CollectionView.InsertItems(CreateIndexesFrom(startIndex, count)), args); 179 Update(() => CollectionView.DeleteItems(CreateIndexesFrom(startIndex, count)), args); 192 Update(() => CollectionView.ReloadItems(CreateIndexesFrom(startIndex, newCount)), args); 218 Update(() => CollectionView.ReloadItems(CreateIndexesFrom(start, end)), args);