1 write to CollectionView
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ObservableItemsSource.cs (1)
22 CollectionView = _collectionViewController.CollectionView;
13 references to CollectionView
Microsoft.Maui.Controls.Compatibility (13)
iOS\CollectionView\LoopObservableItemsSource.cs (1)
29 (int)CollectionView.NumberOfItemsInSection(Section), LoopBy, startIndex, count);
iOS\CollectionView\ObservableItemsSource.cs (12)
103 CollectionView.BeginInvokeOnMainThread(() => CollectionChanged(args)); 109 if (!CollectionView.Hidden) 110 CollectionView.NumberOfItemsInSection(_section); 142 CollectionView.ReloadData(); 143 CollectionView.CollectionViewLayout.InvalidateLayout(); 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); 250 if (CollectionView.Hidden) 267 CollectionView.BeginInvokeOnMainThread(() =>