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)
143
public override void
Subscribe
(Geometry source, EventHandler handler)
362
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)
157
base.
Subscribe
(source, handler);
376
base.
Subscribe
(source, handler);