3 references to DropCompletedCommandParameter
Microsoft.Maui.Controls (3)
DragAndDrop\DragGestureRecognizer.cs (3)
19 /// <summary>Bindable property for <see cref="DropCompletedCommandParameter"/>.</summary> 20 public static readonly BindableProperty DropCompletedCommandParameterProperty = BindableProperty.Create(nameof(DropCompletedCommandParameter), typeof(object), typeof(DragGestureRecognizer), null); 107 DropCompletedCommand?.Execute(DropCompletedCommandParameter);