10 references to _collectionView
Microsoft.Maui.Controls (10)
Handlers\Items\iOS\ObservableGroupedSource.cs (10)
204
_collectionView
.ReloadData();
207
_collectionView
.LayoutIfNeeded();
210
_collectionView
.CollectionViewLayout.InvalidateLayout();
244
Update(() =>
_collectionView
.InsertSections(CreateIndexSetFrom(startIndex, count)));
274
Update(() =>
_collectionView
.DeleteSections(CreateIndexSetFrom(startIndex, count)));
288
Update(() =>
_collectionView
.ReloadSections(CreateIndexSetFrom(startIndex, newCount)));
306
Update(() =>
_collectionView
.MoveSection(args.OldStartingIndex, args.NewStartingIndex));
313
Update(() =>
_collectionView
.ReloadSections(CreateIndexSetFrom(start, end)));
396
||
_collectionView
.NumberOfSections() == 0;
401
if (
_collectionView
.Hidden)