22 references to IsStar
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
1234
public bool IsStar => _gridLength.
IsStar
;
Microsoft.Maui.Controls (21)
GridLengthTypeConverter.cs (1)
44
if (length.
IsStar
)
LegacyLayouts\Grid.cs (2)
200
if ((Constraint & LayoutConstraint.VerticallyFixed) == 0 && height.
IsStar
)
227
if ((Constraint & LayoutConstraint.HorizontallyFixed) == 0 && width.
IsStar
)
LegacyLayouts\GridCalc.cs (18)
68
if (!c.Width.
IsStar
)
77
if (!r.Height.
IsStar
)
127
if (row.Height.
IsStar
)
135
if (col.Width.
IsStar
)
254
if (col.Width.
IsStar
)
261
if (row.Height.
IsStar
)
383
if (!column.Width.
IsStar
)
420
if (!column.Width.
IsStar
)
446
if (!row.Height.
IsStar
)
482
if (!row.Height.
IsStar
)
601
if (col.Width.
IsStar
)
611
if (col.Width.
IsStar
)
631
if (row.Height.
IsStar
)
641
if (row.Height.
IsStar
)
657
if (!col.Width.
IsStar
)
694
if (!col.Width.
IsStar
|| col.Width.Value == 0 || col.ActualWidth <= 0)
718
if (!row.Height.
IsStar
)
755
if (!row.Height.
IsStar
|| row.Height.Value == 0 || row.ActualHeight <= 0)