1 write to _collectionChangedDelegate
Microsoft.Maui.Controls (1)
ListProxy.cs (1)
49
_collectionChangedDelegate
= OnCollectionChanged;
1 reference to _collectionChangedDelegate
Microsoft.Maui.Controls (1)
ListProxy.cs (1)
50
_proxy = new WeakNotifyCollectionChangedProxy(changed,
_collectionChangedDelegate
);