4 references to ObservableItemsSource
Microsoft.Maui.Controls.Compatibility (4)
iOS\CollectionView\ItemsSourceFactory.cs (2)
21 return new ObservableItemsSource(itemsSource as IList, collectionViewController); 23 return new ObservableItemsSource(itemsSource as IEnumerable, collectionViewController);
iOS\CollectionView\LoopObservableItemsSource.cs (1)
12 public LoopObservableItemsSource(IEnumerable itemSource, UICollectionViewController collectionViewController, bool loop, int group = -1) : base(itemSource, collectionViewController, group)
iOS\CollectionView\ObservableGroupedSource.cs (1)
126 _groups.Add(new ObservableItemsSource(list, _collectionViewController, n));