1 instantiation of FakeRightClickContextMenuInteraction
Microsoft.Maui.Controls (1)
Platform\GestureManager\GesturePlatformManager.iOS.cs (1)
850 var fakeInteraction = new FakeRightClickContextMenuInteraction(tapRecognizer, this);
3 references to FakeRightClickContextMenuInteraction
Microsoft.Maui.Controls (3)
Platform\GestureManager\GesturePlatformManager.iOS.cs (3)
721 if (interaction is FakeRightClickContextMenuInteraction && !_interactions.Contains(interaction)) 841 if (interaction is FakeRightClickContextMenuInteraction faker && 850 var fakeInteraction = new FakeRightClickContextMenuInteraction(tapRecognizer, this);