3 references to DropCommandParameter
Microsoft.Maui.Controls (3)
DragAndDrop\DropGestureRecognizer.cs (3)
32 /// <summary>Bindable property for <see cref="DropCommandParameter"/>.</summary> 33 public static readonly BindableProperty DropCommandParameterProperty = BindableProperty.Create(nameof(DropCommandParameter), typeof(object), typeof(DropGestureRecognizer), null); 111 DropCommand?.Execute(DropCommandParameter);