1 instantiation of MauiUIContextMenuInteraction
Microsoft.Maui (1)
Handlers\View\ViewHandler.iOS.cs (1)
45 uiView.AddInteraction(new MauiUIContextMenuInteraction(handler));
4 references to MauiUIContextMenuInteraction
Microsoft.Maui (4)
Handlers\View\ViewHandler.iOS.cs (2)
34 MauiUIContextMenuInteraction? currentInteraction = null; 38 if (interaction is MauiUIContextMenuInteraction menuInteraction)
Platform\iOS\MauiUIContextMenuInteraction.cs (1)
74 if (interaction is MauiUIContextMenuInteraction contextMenu)
Platform\iOS\MauiWebViewUIDelegate.cs (1)
28 if (interaction is MauiUIContextMenuInteraction cmi)