5 references to OnContextItemsChanged
Microsoft.Maui.Controls (5)
Compatibility\Handlers\ListView\iOS\ContextActionCell.cs (5)
135 ((INotifyCollectionChanged)_cell.ContextActions).CollectionChanged -= OnContextItemsChanged; 137 ((INotifyCollectionChanged)cell.ContextActions).CollectionChanged += OnContextItemsChanged; 157 ((INotifyCollectionChanged)_cell.ContextActions).CollectionChanged -= OnContextItemsChanged; 172 ((INotifyCollectionChanged)_cell.ContextActions).CollectionChanged += OnContextItemsChanged; 293 ((INotifyCollectionChanged)_cell.ContextActions).CollectionChanged -= OnContextItemsChanged;