3 references to CanDrag
Microsoft.Maui.Controls (2)
DragAndDrop\DragGestureRecognizer.cs (2)
13 /// <summary>Bindable property for <see cref="CanDrag"/>.</summary> 14 public static readonly BindableProperty CanDragProperty = BindableProperty.Create(nameof(CanDrag), typeof(bool), typeof(DragGestureRecognizer), true);
Microsoft.Maui.Controls.Compatibility (1)
iOS\DragAndDropDelegate.cs (1)
143 if (!rec.CanDrag)