8 references to _interactions
Microsoft.Maui.Controls (8)
Platform\GestureManager\GesturePlatformManager.iOS.cs (8)
105
foreach (IUIInteraction interaction in
_interactions
)
111
_interactions
.Clear();
605
_interactions
.Clear();
638
_interactions
.Add(interaction);
650
_interactions
.Add(interaction);
721
if (interaction is FakeRightClickContextMenuInteraction && !
_interactions
.Contains(interaction))
844
_interactions
.Add(faker);
851
_interactions
.Add(fakeInteraction);