1 implementation of Region
Microsoft.Maui.Controls (1)
GestureElement.cs (1)
58 Region ISpatialElement.Region { get; set; }
2 references to Region
Microsoft.Maui.Controls (2)
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))