2 writes to MeasureHeight
Microsoft.Maui (2)
Layouts\GridLayoutManager.cs (2)
1039 cell.MeasureHeight = measureHeight; 1064 cell.MeasureHeight = double.PositiveInfinity;
4 references to MeasureHeight
Microsoft.Maui (4)
Layouts\GridLayoutManager.cs (4)
396 if (double.IsNaN(cell.MeasureHeight) || double.IsNaN(cell.MeasureWidth)) 406 var measure = MeasureCell(cell, cell.MeasureWidth, cell.MeasureHeight); 446 if (double.IsInfinity(cell.MeasureHeight)) 695 if (double.IsNaN(cell.MeasureHeight))