Implemented interface member:
method
AttachTo
Microsoft.Maui.Controls.IAttachedObject.AttachTo(Microsoft.Maui.Controls.BindableObject)
4 references to AttachTo
Microsoft.Maui.Controls (4)
Style.cs (2)
178
((AttachedCollection<Behavior>)Behaviors).
AttachTo
(bindable);
179
((AttachedCollection<TriggerBase>)Triggers).
AttachTo
(bindable);
VisualElement\VisualElement.cs (2)
392
collection.
AttachTo
(bindable);
403
collection.
AttachTo
(bindable);