Base:
method
Subscribe
Microsoft.Maui.Controls.WeakEventProxy<TSource, TEventHandler>.Subscribe(TSource, TEventHandler)
4 references to Subscribe
Microsoft.Maui.Controls (4)
Border\Border.cs (2)
77 _strokeShapeProxy.Subscribe(visualElement, _strokeShapeChanged); 118 _strokeProxy.Subscribe(stroke, _strokeChanged);
Internals\WeakEventProxy.cs (1)
118 Subscribe(source, handler);
VisualElement\VisualElement.cs (1)
2151 _shadowProxy.Subscribe(shadow, _shadowChanged);