Implemented interface member:
method
GetChildElements
Microsoft.Maui.Controls.Internals.IGestureController.GetChildElements(Microsoft.Maui.Graphics.Point)
1 override of GetChildElements
Microsoft.Maui.Controls (1)
Label\Label.cs (1)
389 public override IList<GestureElement> GetChildElements(Point point)
1 reference to GetChildElements
Microsoft.Maui.Controls.Compatibility (1)
iOS\EventTracker.cs (1)
115 var childGestures = view.GetChildElements(new Point(originPoint.X, originPoint.Y));