2 references to DragLeaveCommandProperty
Microsoft.Maui.Controls (2)
DragAndDrop\DropGestureRecognizer.cs (2)
67
get { return (ICommand)GetValue(
DragLeaveCommandProperty
); }
68
set { SetValue(
DragLeaveCommandProperty
, value); }