2 writes to MeasureWidth
Microsoft.Maui (2)
Layouts\GridLayoutManager.cs (2)
1023
cell.
MeasureWidth
= measureWidth;
1050
cell.
MeasureWidth
= double.PositiveInfinity;
4 references to MeasureWidth
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);
458
if (double.IsInfinity(cell.
MeasureWidth
))
673
if (double.IsNaN(cell.
MeasureWidth
))