1 write to View
Microsoft.Maui.Controls (1)
Platform\iOS\DragAndDropDelegate.cs (1)
241 View = handler.VirtualView as View,
5 references to View
Microsoft.Maui.Controls (5)
Platform\iOS\DragAndDropDelegate.cs (5)
57 this.HandleDropCompleted(cdi.View, new PlatformDropCompletedEventArgs(cdi.View.Handler.PlatformView as UIView, interaction, session, operation)); 124 HandleDrop(view, cdi.DataPackage, session, new PlatformDropEventArgs(cdi.View.Handler.PlatformView as UIView, interaction, session)); 125 HandleDropCompleted(cdi.View, new PlatformDropCompletedEventArgs(cdi.View.Handler.PlatformView as UIView, interaction, session));