2 references to IsEmpty
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
400
if (span.GestureRecognizers.Count > 0 && (((ISpatialElement)span).Region.Contains(point) || point.
IsEmpty
))
404
if (!point.
IsEmpty
&& spans.Count > 1) // More than 2 elements overlapping, deflate to see which one is actually hit.