5 references to ItemsSource
Microsoft.Maui.Controls (5)
Items\CarouselView.cs (1)
213 indicatorView.SetBinding(IndicatorView.ItemsSourceProperty, static (CarouselView carousel) => carousel.ItemsSource, source: carouselView);
Items\ItemsView.cs (4)
43 /// <summary>Bindable property for <see cref="ItemsSource"/>.</summary> 45 BindableProperty.Create(nameof(ItemsSource), typeof(IEnumerable), typeof(ItemsView), null); 234 var itemsSourceText = DebuggerDisplayHelpers.GetDebugText(nameof(ItemsSource), ItemsSource);