6 references to AllowDrop
Microsoft.Maui.Controls (6)
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
)
Platform\iOS\DragAndDropDelegate.cs (3)
262
if (!rec.
AllowDrop
)
282
if (!rec.
AllowDrop
)
300
if (!rec.
AllowDrop
)