1 write to Regions
Microsoft.Maui.Controls (1)
Region.cs (1)
22 Regions = new ReadOnlyCollection<Rect>(positions);
10 references to Regions
Microsoft.Maui.Controls (10)
Region.cs (10)
72 if (Regions == null) 75 for (int i = 0; i < Regions.Count; i++) 76 if (Regions[i].Contains(x, y)) 100 if (Regions == null) 103 Rect[] rectangles = new Rect[Regions.Count]; 104 for (int i = 0; i < Regions.Count; i++) 106 var region = Regions[i]; 127 Regions == other.Regions && _inflation == other._inflation; 131 public override int GetHashCode() => Regions.GetHashCode() ^ _inflation?.GetHashCode() ?? 0;