6 references to ItemsSource
Microsoft.Maui.Controls (3)
Items\CarouselView.cs (1)
213
indicatorView.SetBinding(IndicatorView.ItemsSourceProperty, static (CarouselView carousel) => carousel.
ItemsSource
, source: carouselView);
Items\ItemsView.cs (2)
40
/// <summary>Bindable property for <see cref="
ItemsSource
"/>.</summary>
42
BindableProperty.Create(nameof(
ItemsSource
), typeof(IEnumerable), typeof(ItemsView), null);
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\CarouselViewController.cs (1)
155
var itemsSource = ItemsSourceFactory.CreateForCarouselView(Carousel.
ItemsSource
, this, Carousel.Loop);
iOS\CollectionView\GroupableItemsViewController.cs (1)
41
return ItemsSourceFactory.CreateGrouped(ItemsView.
ItemsSource
, this);
iOS\CollectionView\ItemsViewController.cs (1)
208
return ItemsSourceFactory.Create(ItemsView.
ItemsSource
, this);