3 references to OnProxyCollectionChanged
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellSearchResultsRenderer.cs (3)
99 listProxy.CollectionChanged -= OnProxyCollectionChanged; 171 ((INotifyCollectionChanged)e.OldList).CollectionChanged -= OnProxyCollectionChanged; 178 ((INotifyCollectionChanged)e.NewList).CollectionChanged += OnProxyCollectionChanged;