1 implementation of CanChangeIsPresented
Microsoft.Maui.Controls (1)
FlyoutPage\FlyoutPage.cs (1)
136 bool IFlyoutPageController.CanChangeIsPresented { get; set; } = true;
3 writes to CanChangeIsPresented
Microsoft.Maui.Controls (2)
FlyoutPage\FlyoutPage.cs (2)
211 FlyoutPageController.CanChangeIsPresented = true; 272 fpc.CanChangeIsPresented = false;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
364 FlyoutPageController.CanChangeIsPresented = true;
5 references to CanChangeIsPresented
Microsoft.Maui.Controls (1)
FlyoutPage\FlyoutPage.cs (1)
283 if (sender is FlyoutPage fp && fp is IFlyoutPageController fpc && !fpc.CanChangeIsPresented)
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\TabletFlyoutPageRenderer.cs (4)
305 if (FlyoutPageController.CanChangeIsPresented && FlyoutPage.IsPresented != IsFlyoutVisible) 314 if (FlyoutPageController.CanChangeIsPresented && FlyoutPage.IsPresented != IsFlyoutVisible) 478 if (FlyoutPageController.CanChangeIsPresented && IsFlyoutVisible) 484 if (FlyoutPageController.CanChangeIsPresented && !IsFlyoutVisible)