3 writes to MeasuredHeight
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\UIContainerView.cs (3)
27
MeasuredHeight
= double.NaN;
72
MeasuredHeight
= Height.Value;
77
MeasuredHeight
= request.Request.Height;
2 references to MeasuredHeight
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\UIContainerView.cs (2)
54
if (double.IsNaN(
MeasuredHeight
) || Frame.Width != View.Width)
97
_view.Layout(new Rect(0, Margin.Top, Width ?? Frame.Width, Height ??
MeasuredHeight
));