3 references to ItemsSourceProperty
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorView.cs (2)
129
get => (IEnumerable)GetValue(
ItemsSourceProperty
);
130
set => SetValue(
ItemsSourceProperty
, value);
Items\CarouselView.cs (1)
213
indicatorView.SetBinding(IndicatorView.
ItemsSourceProperty
, static (CarouselView carousel) => carousel.ItemsSource, source: carouselView);