4 references to IsAbsolute
Microsoft.Maui (2)
Layouts\GridLayoutManager.cs (2)
1235 public bool IsAbsolute => _gridLength.IsAbsolute; 1241 if (gridLength.IsAbsolute)
Microsoft.Maui.Controls (2)
LegacyLayouts\GridCalc.cs (2)
160 if (row.Height.IsAbsolute) 167 if (col.Width.IsAbsolute)