1 write to Plots
Microsoft.Maui.Controls (1)
LegacyLayouts\StackLayout.cs (1)
128 layout.Plots = new Rect[Children.Count];
19 references to Plots
Microsoft.Maui.Controls (19)
LegacyLayouts\StackLayout.cs (19)
73 if (child.IsVisible && layoutInformationCopy.Plots != null) 74 LayoutChildIntoBoundingRegion(child, layoutInformationCopy.Plots[i], layoutInformationCopy.Requests[i]); 108 for (var i = 0; i < layout.Plots?.Length; i++) 114 layout.Plots[i].Width = widthConstraint; 118 layout.Plots[i].Height = heightConstraint; 176 layout.Plots[i] = bounds; 211 layout.Plots[i] = bounds; 244 for (var i = 0; i < layout.Plots.Length; i++) 252 layout.Plots[i].X -= xOffset; 254 Rect plot = layout.Plots[i]; 283 layout.Plots[i] = plot; 316 for (var i = 0; i < layout.Plots.Length; i++) 324 layout.Plots[i].Y -= yOffset; 326 Rect plot = layout.Plots[i]; 355 layout.Plots[i] = plot; 429 Rect plot = layout.Plots[i]; 438 layout.Plots[i] = plot; 457 Rect plot = layout.Plots[i]; 466 layout.Plots[i] = plot;