2 references to CanDragProperty
Microsoft.Maui.Controls (2)
DragAndDrop\DragGestureRecognizer.cs (2)
54 get { return (bool)GetValue(CanDragProperty); } 55 set { SetValue(CanDragProperty, value); }