2 references to AllowDropProperty
Microsoft.Maui.Controls (2)
DragAndDrop\DropGestureRecognizer.cs (2)
47
get { return (bool)GetValue(
AllowDropProperty
); }
48
set { SetValue(
AllowDropProperty
, value); }