1 write to Bounds
Microsoft.Maui.Controls (1)
LegacyLayouts\StackLayout.cs (1)
226 layout.Bounds = new Rect(x, y, boundsWidth, boundsHeight);
13 references to Bounds
Microsoft.Maui.Controls (13)
LegacyLayouts\StackLayout.cs (13)
91 var result = new SizeRequest(_layoutInformation.Bounds.Size, _layoutInformation.MinimumSize); 234 if (widthConstraint >= layout.Bounds.Width) 240 double requiredCompression = layout.Bounds.Width - widthConstraint; 281 layout.Bounds.Height = Math.Max(layout.Bounds.Height, plot.Height); 306 if (heightConstraint >= layout.Bounds.Height) 312 double requiredCompression = layout.Bounds.Height - heightConstraint; 353 layout.Bounds.Width = Math.Max(layout.Bounds.Width, plot.Width); 417 double extraSpace = heightConstraint - layout.Bounds.Height; 441 layout.Bounds.Height = heightConstraint; 445 double extraSpace = widthConstraint - layout.Bounds.Width; 469 layout.Bounds.Width = widthConstraint;