3 writes to _dragAndDropDelegate
Microsoft.Maui.Controls (3)
Platform\GestureManager\GesturePlatformManager.iOS.cs (3)
115
_dragAndDropDelegate
= null;
633
_dragAndDropDelegate
= _dragAndDropDelegate ?? new DragAndDropDelegate(_handler);
646
_dragAndDropDelegate
= _dragAndDropDelegate ?? new DragAndDropDelegate(_handler);
8 references to _dragAndDropDelegate
Microsoft.Maui.Controls (8)
Platform\GestureManager\GesturePlatformManager.iOS.cs (8)
114
_dragAndDropDelegate
?.Disconnect();
569
if (
_dragAndDropDelegate
!= null && PlatformView != null)
575
if (interaction is UIDragInteraction uIDrag && uIDrag.Delegate ==
_dragAndDropDelegate
)
578
if (interaction is UIDropInteraction uiDrop && uiDrop.Delegate ==
_dragAndDropDelegate
)
633
_dragAndDropDelegate =
_dragAndDropDelegate
?? new DragAndDropDelegate(_handler);
636
var interaction = new UIDragInteraction(
_dragAndDropDelegate
);
646
_dragAndDropDelegate =
_dragAndDropDelegate
?? new DragAndDropDelegate(_handler);
649
var interaction = new UIDropInteraction(
_dragAndDropDelegate
);