3 instantiations of GridStructure
Microsoft.Maui.Controls (3)
LegacyLayouts\Grid.cs (1)
182 var structure = new GridStructure(this);
LegacyLayouts\GridCalc.cs (2)
21 var structure = new GridStructure(this, width, height); 60 var structure = new GridStructure(this, widthConstraint, heightConstraint, true);
3 references to GridStructure
Microsoft.Maui.Controls (3)
LegacyLayouts\Grid.cs (1)
182 var structure = new GridStructure(this);
LegacyLayouts\GridCalc.cs (2)
21 var structure = new GridStructure(this, width, height); 60 var structure = new GridStructure(this, widthConstraint, heightConstraint, true);