2 references to GridStructure
Microsoft.Maui.Controls (2)
LegacyLayouts\Grid.cs (1)
182
var structure = new
GridStructure
(this);
LegacyLayouts\GridCalc.cs (1)
108
public GridStructure(Grid grid, double width, double height, bool requestSize = false) :
this
(grid)