Base:
1 override of SizeThatFits
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
577
public override CGSize
SizeThatFits
(CGSize size)
3 references to SizeThatFits
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
196
var size = _footerView?.
SizeThatFits
(new CGSize(View.Frame.Width, double.PositiveInfinity));
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (2)
187
HeaderView.
SizeThatFits
(new CGSize(ContentView.Superview.Frame.Width, double.PositiveInfinity));
199
HeaderView.
SizeThatFits
(new CGSize(ContentView.Superview.Frame.Width, double.PositiveInfinity));