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)
DragAndDrop\DropEventArgs.cs (2)
29 internal DropEventArgs(DataPackageView? view, Func<IElement?, Point?>? getPosition, PlatformDropEventArgs platformArgs) 51 public PlatformDropEventArgs? PlatformArgs { get; }
Platform\iOS\DragAndDropDelegate.cs (1)
292 void HandleDrop(View element, DataPackage datapackage, IUIDropSession session, PlatformDropEventArgs platformArgs)