6 overrides of Subscribe
Microsoft.Maui.Controls (6)
BindingExpression.cs (1)
591
public override void
Subscribe
(INotifyPropertyChanged source, PropertyChangedEventHandler listener)
Internals\WeakEventProxy.cs (2)
86
public override void
Subscribe
(INotifyCollectionChanged source, NotifyCollectionChangedEventHandler handler)
133
public override void
Subscribe
(INotifyPropertyChanged source, PropertyChangedEventHandler handler)
Shapes\Shape.cs (1)
484
public override void
Subscribe
(Brush source, EventHandler handler)
VisualElement\VisualElement.cs (2)
139
public override void
Subscribe
(Geometry source, EventHandler handler)
358
public override void
Subscribe
(Brush source, EventHandler handler)
6 references to Subscribe
Microsoft.Maui.Controls (6)
BindingExpression.cs (1)
597
base.
Subscribe
(source, listener);
Internals\WeakEventProxy.cs (2)
94
base.
Subscribe
(source, handler);
142
base.
Subscribe
(source, handler);
Shapes\Shape.cs (1)
498
base.
Subscribe
(source, handler);
VisualElement\VisualElement.cs (2)
153
base.
Subscribe
(source, handler);
372
base.
Subscribe
(source, handler);