8 references to MinimumHeightRequest
Microsoft.Maui.Controls (8)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (3)
449 HeaderView.View.MinimumHeightRequest == -1 || 450 HeaderView.View.MinimumHeightRequest == Dimension.Unset) 458 return HeaderView.View.MinimumHeightRequest;
VisualElement\VisualElement.cs (5)
421 /// <summary>Bindable property for <see cref="MinimumHeightRequest"/>.</summary> 422 public static readonly BindableProperty MinimumHeightRequestProperty = BindableProperty.Create(nameof(MinimumHeightRequest), typeof(double), typeof(VisualElement), -1d, propertyChanged: OnRequestChanged); 715 /// <para><see cref="MinimumHeightRequest"/> is used to ensure that the element has at least the specified height during layout.</para> 1155 double minimumHeightRequest = MinimumHeightRequest; 2096 var value = MinimumHeightRequest;