8 references to IsFlyoutVisible
Microsoft.Maui.Controls.Compatibility (8)
iOS\Renderers\TabletFlyoutPageRenderer.cs (8)
305 if (FlyoutPageController.CanChangeIsPresented && FlyoutPage.IsPresented != IsFlyoutVisible) 306 ElementController.SetValueFromRenderer(Microsoft.Maui.Controls.FlyoutPage.IsPresentedProperty, IsFlyoutVisible); 314 if (FlyoutPageController.CanChangeIsPresented && FlyoutPage.IsPresented != IsFlyoutVisible) 315 ElementController.SetValueFromRenderer(Microsoft.Maui.Controls.FlyoutPage.IsPresentedProperty, IsFlyoutVisible); 371 if (IsFlyoutVisible && !FlyoutPageController.ShouldShowSplitMode) 478 if (FlyoutPageController.CanChangeIsPresented && IsFlyoutVisible) 484 if (FlyoutPageController.CanChangeIsPresented && !IsFlyoutVisible) 495 if (IsFlyoutVisible == FlyoutPage.IsPresented || FlyoutPageController.ShouldShowSplitMode)