3 references to PlatformDragStartingEventArgs
Microsoft.Maui.Controls (3)
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; }