Base:
method
Unsubscribe
Microsoft.Maui.Controls.WeakEventProxy<TSource, TEventHandler>.Unsubscribe()
4 references to Unsubscribe
Microsoft.Maui.Controls (4)
BindableLayout\BindableLayout.cs (2)
263 ~BindableLayoutController() => _collectionChangedProxy.Unsubscribe(); 280 _collectionChangedProxy.Unsubscribe();
Internals\WeakEventProxy.cs (1)
82 Unsubscribe();
ListProxy.cs (1)
54 ~ListProxy() => _proxy?.Unsubscribe();