3 references to Handled
Microsoft.Maui.Controls (2)
DragAndDrop\DragGestureRecognizer.cs (2)
119 if (!args.Handled) 124 if (args.Cancel || args.Handled)
Microsoft.Maui.Controls.Compatibility (1)
iOS\DragAndDropDelegate.cs (1)
151 if (!args.Handled)