2 references to GridStructure
Microsoft.Maui (2)
Layouts\GridLayoutManager.cs (2)
24
_gridStructure = new
GridStructure
(Grid, widthConstraint, heightConstraint);
34
_gridStructure ??= new
GridStructure
(Grid, bounds.Width, bounds.Height);