1 instantiation of PlatformDragStartingEventArgs
Microsoft.Maui.Controls (1)
Platform\iOS\DragAndDropDelegate.cs (1)
64
return HandleDragStarting((View)_viewHandler.VirtualView, _viewHandler, session, new
PlatformDragStartingEventArgs
(_viewHandler.PlatformView, interaction, session));
6 references to PlatformDragStartingEventArgs
Microsoft.Maui.Controls (6)
DragAndDrop\DragGestureRecognizer.cs (1)
111
internal DragStartingEventArgs SendDragStarting(View element, Func<IElement?, Point?>? getPosition = null,
PlatformDragStartingEventArgs
? platformArgs = null)
DragAndDrop\DragStartingEventArgs.cs (2)
26
internal DragStartingEventArgs(Func<IElement?, Point?>? getPosition,
PlatformDragStartingEventArgs
? platformArgs)
47
public
PlatformDragStartingEventArgs
? PlatformArgs { get; }
DragAndDrop\PlatformDragStartingEventArgs.cs (1)
82
/// This method exists inside <see cref="
PlatformDragStartingEventArgs
"/> since the preview must
Platform\iOS\DragAndDropDelegate.cs (2)
17
PlatformDragStartingEventArgs
_platformDragStartingEventArgs;
152
public UIDragItem[] HandleDragStarting(View element, IPlatformViewHandler handler, IUIDragSession session,
PlatformDragStartingEventArgs
platformArgs)