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