3 references to DragStartingCommandParameter
Microsoft.Maui.Controls (3)
DragAndDrop\DragGestureRecognizer.cs (3)
25 /// <summary>Bindable property for <see cref="DragStartingCommandParameter"/>.</summary> 26 public static readonly BindableProperty DragStartingCommandParameterProperty = BindableProperty.Create(nameof(DragStartingCommandParameter), typeof(object), typeof(DragGestureRecognizer), null); 115 DragStartingCommand?.Execute(DragStartingCommandParameter);