1 implementation of ISpatialElement
Microsoft.Maui.Controls (1)
GestureElement.cs (1)
11 public class GestureElement : Element, ISpatialElement, IGestureRecognizers
3 references to ISpatialElement
Microsoft.Maui.Controls (3)
GestureElement.cs (1)
58 Region ISpatialElement.Region { get; set; }
Label\Label.cs (2)
401 if (span.GestureRecognizers.Count > 0 && (((ISpatialElement)span).Region.Contains(point) || point.IsEmpty)) 407 if (!((ISpatialElement)spans[i]).Region.Deflate().Contains(point))