2 instantiations of PlatformDropEventArgs
Microsoft.Maui.Controls (2)
Platform\iOS\DragAndDropDelegate.cs (2)
124 HandleDrop(view, cdi.DataPackage, session, new PlatformDropEventArgs(cdi.View.Handler.PlatformView as UIView, interaction, session));
130 HandleDrop(v, null, session, new PlatformDropEventArgs(null, interaction, session));
3 references to PlatformDropEventArgs
Microsoft.Maui.Controls (3)