iOS\CollectionView\ObservableItemsSource.cs (5)
160 Update(() => CollectionView.InsertItems(CreateIndexesFrom(startIndex, count)), args);
179 Update(() => CollectionView.DeleteItems(CreateIndexesFrom(startIndex, count)), args);
192 Update(() => CollectionView.ReloadItems(CreateIndexesFrom(startIndex, newCount)), args);
211 Update(() => CollectionView.MoveItem(oldPath, newPath), args);
218 Update(() => CollectionView.ReloadItems(CreateIndexesFrom(start, end)), args);