2 references to MeasureCell
Microsoft.Maui (2)
Layouts\GridLayoutManager.cs (2)
406
var measure =
MeasureCell
(cell, cell.MeasureWidth, cell.MeasureHeight);
475
var measure =
MeasureCell
(cell, width, height);