2 references to OnContextActionsChanged
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\Windows\CellControl.cs (2)
315
((INotifyCollectionChanged)Cell.ContextActions).CollectionChanged +=
OnContextActionsChanged
;
449
((INotifyCollectionChanged)_contextActions).CollectionChanged -=
OnContextActionsChanged
;