1 write to PlatformArgs
Microsoft.Maui.Controls (1)
DragAndDrop\DragStartingEventArgs.cs (1)
29 PlatformArgs = platformArgs;
5 references to PlatformArgs
Microsoft.Maui.Controls (5)
Platform\iOS\DragAndDropDelegate.cs (5)
174 _platformDragStartingEventArgs = args.PlatformArgs; 176 if (args.PlatformArgs.DragItems is UIDragItem[] dragItems) 221 var dragItem = new UIDragItem(args.PlatformArgs.ItemProvider ?? itemProvider); 225 if (args.PlatformArgs.PreviewProvider is not null) 226 dragItem.PreviewProvider = args.PlatformArgs.PreviewProvider;