4 references to SendTapped
Microsoft.Maui.Controls (2)
Platform\GestureManager\GesturePlatformManager.iOS.cs (2)
159
tapGestureRecognizer.
SendTapped
(view, (relativeTo) => CalculatePosition(relativeTo, originPoint, weakPlatformRecognizer, weakEventTracker));
173
childTapGestureRecognizer.
SendTapped
(view, (relativeTo) => CalculatePosition(relativeTo, originPoint, weakPlatformRecognizer, weakEventTracker));
Microsoft.Maui.Controls.Compatibility (2)
iOS\EventTracker.cs (2)
212
tapGestureRecognizer.
SendTapped
(view);
233
tapGestureRecognizer.
SendTapped
(view);