10 references to FlyoutPageController
Microsoft.Maui.Controls.Compatibility (10)
iOS\Renderers\TabletFlyoutPageRenderer.cs (10)
286 FlyoutPageController.FlyoutBounds = new Rect(0, 0, _flyoutWidth, flyoutBounds.Height); 293 FlyoutPageController.DetailBounds = new Rect(0, 0, detailsBounds.Width, detailsBounds.Height); 305 if (FlyoutPageController.CanChangeIsPresented && FlyoutPage.IsPresented != IsFlyoutVisible) 314 if (FlyoutPageController.CanChangeIsPresented && FlyoutPage.IsPresented != IsFlyoutVisible) 363 if (!FlyoutPageController.ShouldShowSplitMode) 364 FlyoutPageController.CanChangeIsPresented = true; 371 if (IsFlyoutVisible && !FlyoutPageController.ShouldShowSplitMode) 478 if (FlyoutPageController.CanChangeIsPresented && IsFlyoutVisible) 484 if (FlyoutPageController.CanChangeIsPresented && !IsFlyoutVisible) 495 if (IsFlyoutVisible == FlyoutPage.IsPresented || FlyoutPageController.ShouldShowSplitMode)