2 references to Behaviors
Microsoft.Maui.Controls (2)
VisualElement\VisualElement.cs (2)
388
internal static readonly BindablePropertyKey BehaviorsPropertyKey = BindableProperty.CreateReadOnly(nameof(
Behaviors
), typeof(IList<Behavior>), typeof(VisualElement), default(IList<Behavior>),
396
/// <summary>Bindable property for <see cref="
Behaviors
"/>.</summary>