3 references to AllowDrop
Microsoft.Maui.Controls (3)
DragAndDrop\DropGestureRecognizer.cs (3)
14 /// <summary>Bindable property for <see cref="AllowDrop"/>.</summary> 15 public static readonly BindableProperty AllowDropProperty = BindableProperty.Create(nameof(AllowDrop), typeof(bool), typeof(DropGestureRecognizer), true); 108 if (!AllowDrop)