4 references to HasFlag
Microsoft.Maui (4)
Layouts\GridLayoutManager.cs (4)
1165 public bool IsColumnSpanAuto => HasFlag(ColumnGridLengthType, GridLengthType.Auto); 1166 public bool IsRowSpanAuto => HasFlag(RowGridLengthType, GridLengthType.Auto); 1167 public bool IsColumnSpanStar => HasFlag(ColumnGridLengthType, GridLengthType.Star); 1168 public bool IsRowSpanStar => HasFlag(RowGridLengthType, GridLengthType.Star);