1 write to _inflation
Microsoft.Maui.Controls (1)
Region.cs (1)
27 _inflation = inflation;
16 references to _inflation
Microsoft.Maui.Controls (16)
Region.cs (16)
85 if (_inflation == null) 88 return Inflate(_inflation.Value.Left * -1, _inflation.Value.Top * -1, _inflation.Value.Right * -1, _inflation.Value.Bottom * -1); 118 var inflation = new Thickness(_inflation == null ? left : left + _inflation.Value.Left, 119 _inflation == null ? top : top + _inflation.Value.Top, 120 _inflation == null ? right : right + _inflation.Value.Right, 121 _inflation == null ? bottom : bottom + _inflation.Value.Bottom); 127 Regions == other.Regions && _inflation == other._inflation; 131 public override int GetHashCode() => Regions.GetHashCode() ^ _inflation?.GetHashCode() ?? 0;