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