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