3 references to FlyoutPageController
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\PhoneFlyoutPageRenderer.cs (3)
164
if (!
FlyoutPageController
.ShouldShowSplitMode && _presented)
309
FlyoutPageController
.FlyoutBounds = new Rect(flyoutFrame.X, 0, flyoutFrame.Width, flyoutFrame.Height);
310
FlyoutPageController
.DetailBounds = new Rect(0, 0, frame.Width, frame.Height);