5 references to OnContextItemsChanged
Microsoft.Maui.Controls.Compatibility (5)
iOS\ContextActionCell.cs (5)
140 ((INotifyCollectionChanged)_cell.ContextActions).CollectionChanged -= OnContextItemsChanged; 142 ((INotifyCollectionChanged)cell.ContextActions).CollectionChanged += OnContextItemsChanged; 162 ((INotifyCollectionChanged)_cell.ContextActions).CollectionChanged -= OnContextItemsChanged; 177 ((INotifyCollectionChanged)_cell.ContextActions).CollectionChanged += OnContextItemsChanged; 298 ((INotifyCollectionChanged)_cell.ContextActions).CollectionChanged -= OnContextItemsChanged;