5 references to ItemsSource
Microsoft.Maui.Controls (5)
IndicatorView\IndicatorStackLayout.cs (1)
153 BindableLayout.SetItemsSource(this, _indicatorView.ItemsSource);
IndicatorView\IndicatorView.cs (4)
47 /// <summary>Bindable property for <see cref="ItemsSource"/>.</summary> 48 public static readonly BindableProperty ItemsSourceProperty = BindableProperty.Create(nameof(ItemsSource), typeof(IEnumerable), typeof(IndicatorView), null, propertyChanged: (bindable, oldValue, newValue) 162 if (ItemsSource is INotifyCollectionChanged collection) 165 OnCollectionChanged(ItemsSource, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));