2 references to CollectionChanged
Microsoft.Maui.Controls.Compatibility (2)
iOS\CollectionView\ObservableItemsSource.cs (2)
31
((INotifyCollectionChanged)itemSource).CollectionChanged +=
CollectionChanged
;
54
((INotifyCollectionChanged)_itemsSource).CollectionChanged -=
CollectionChanged
;