2 instantiations of DragAndDropDelegate
Microsoft.Maui.Controls (2)
Platform\GestureManager\GesturePlatformManager.iOS.cs (2)
633
_dragAndDropDelegate = _dragAndDropDelegate ?? new
DragAndDropDelegate
(_handler);
646
_dragAndDropDelegate = _dragAndDropDelegate ?? new
DragAndDropDelegate
(_handler);
1 reference to DragAndDropDelegate
Microsoft.Maui.Controls (1)
Platform\GestureManager\GesturePlatformManager.iOS.cs (1)
34
DragAndDropDelegate
? _dragAndDropDelegate;