3 writes to MeasuredHeight
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\UIContainerView.cs (3)
26
MeasuredHeight
= double.NaN;
92
MeasuredHeight
= Height.Value;
96
MeasuredHeight
= measuredSize.Height;
5 references to MeasuredHeight
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (2)
206
if (double.IsNaN(_footerView.
MeasuredHeight
))
209
UpdateFooterPosition((nfloat)_footerView.
MeasuredHeight
);
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (1)
429
HeaderView?.
MeasuredHeight
?? 0;
Compatibility\Handlers\Shell\iOS\UIContainerView.cs (2)
99
return new CGSize(size.Width,
MeasuredHeight
);
119
var height = Height ??
MeasuredHeight
;