6 types derived from WeakEventProxy
Microsoft.Maui.Controls (6)
BindingExpression.cs (1)
580 internal sealed class WeakPropertyChangedProxy : WeakEventProxy<INotifyPropertyChanged, PropertyChangedEventHandler>
Internals\WeakEventProxy.cs (2)
65 class WeakNotifyCollectionChangedProxy : WeakEventProxy<INotifyCollectionChanged, NotifyCollectionChangedEventHandler> 112 class WeakNotifyPropertyChangedProxy : WeakEventProxy<INotifyPropertyChanged, PropertyChangedEventHandler>
Shapes\Shape.cs (1)
470 class WeakBrushChangedProxy : WeakEventProxy<Brush, EventHandler>
VisualElement\VisualElement.cs (2)
125 class WeakClipChangedProxy : WeakEventProxy<Geometry, EventHandler> 344 class WeakBackgroundChangedProxy : WeakEventProxy<Brush, EventHandler>