3 references to OnCollectionChanged
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorView.cs (3)
160 oldCollection.CollectionChanged -= OnCollectionChanged; 163 collection.CollectionChanged += OnCollectionChanged; 165 OnCollectionChanged(ItemsSource, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));