8 references to Fill
Microsoft.Maui.Controls (6)
LayoutOptionsConverter.cs (1)
41 return LayoutOptions.Fill;
RadioButton\RadioButton.cs (2)
503 HorizontalOptions = LayoutOptions.Fill, 504 VerticalOptions = LayoutOptions.Fill
TitleBar\TitleBar.cs (1)
340 HorizontalOptions = LayoutOptions.Fill,
View\View.cs (2)
26 BindableProperty.Create(nameof(VerticalOptions), typeof(LayoutOptions), typeof(View), LayoutOptions.Fill, 32 BindableProperty.Create(nameof(HorizontalOptions), typeof(LayoutOptions), typeof(View), LayoutOptions.Fill,
Microsoft.Maui.Controls.Foldable (2)
TwoPaneView.cs (2)
236 this.VerticalOptions = LayoutOptions.Fill; 237 this.HorizontalOptions = LayoutOptions.Fill;