1 write to _collectionView
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\ObservableGroupedSource.cs (1)
22 _collectionView = _collectionViewController.CollectionView;
10 references to _collectionView
Microsoft.Maui.Controls.Compatibility (10)
iOS\CollectionView\ObservableGroupedSource.cs (10)
133 _collectionView.BeginInvokeOnMainThread(() => CollectionChanged(args)); 164 _collectionView.ReloadData(); 165 _collectionView.CollectionViewLayout.InvalidateLayout(); 196 Update(() => _collectionView.InsertSections(CreateIndexSetFrom(startIndex, count))); 225 Update(() => _collectionView.DeleteSections(CreateIndexSetFrom(startIndex, count))); 239 Update(() => _collectionView.ReloadSections(CreateIndexSetFrom(startIndex, newCount))); 257 Update(() => _collectionView.MoveSection(args.OldStartingIndex, args.NewStartingIndex)); 264 Update(() => _collectionView.ReloadSections(CreateIndexSetFrom(start, end))); 337 || _collectionView.NumberOfSections() == 0; 342 if (_collectionView.Hidden)