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