2 instantiations of GridStructure
Microsoft.Maui (2)
Layouts\GridLayoutManager.cs (2)
24
_gridStructure = new
GridStructure
(Grid, widthConstraint, heightConstraint);
34
_gridStructure ??= new
GridStructure
(Grid, bounds.Width, bounds.Height);
3 references to GridStructure
Microsoft.Maui (3)
Layouts\GridLayoutManager.cs (3)
13
GridStructure
? _gridStructure;
106
_rows =
GridStructure
.InitializeRows(grid.RowDefinitions);
107
_columns =
GridStructure
.InitializeColumns(grid.ColumnDefinitions);