9 references to Fill
Microsoft.Maui (8)
Layouts\GridLayoutManager.cs (2)
808 || _grid.VerticalLayoutAlignment == LayoutAlignment.Fill); 812 || _grid.HorizontalLayoutAlignment == LayoutAlignment.Fill);
Layouts\LayoutExtensions.cs (6)
44 if (view.HorizontalLayoutAlignment == LayoutAlignment.Fill && !IsExplicitSet(view.Width)) 58 if (view.VerticalLayoutAlignment == LayoutAlignment.Fill && !IsExplicitSet(view.Height)) 77 if (alignment == LayoutAlignment.Fill && (IsExplicitSet(view.Width) || !double.IsInfinity(view.MaximumWidth))) 114 if (alignment == LayoutAlignment.Fill && (IsExplicitSet(view.Height) || !double.IsInfinity(view.MaximumHeight))) 187 if (view.HorizontalLayoutAlignment == LayoutAlignment.Fill) 192 if (view.VerticalLayoutAlignment == LayoutAlignment.Fill)
Microsoft.Maui.Controls (1)
LayoutOptions.cs (1)
71 return Primitives.LayoutAlignment.Fill;