1 implementation of CanChangeIsPresented
Microsoft.Maui.Controls (1)
FlyoutPage\FlyoutPage.cs (1)
139 bool IFlyoutPageController.CanChangeIsPresented { get; set; } = true;
2 writes to CanChangeIsPresented
Microsoft.Maui.Controls (2)
FlyoutPage\FlyoutPage.cs (2)
214 FlyoutPageController.CanChangeIsPresented = true; 275 fpc.CanChangeIsPresented = false;
1 reference to CanChangeIsPresented
Microsoft.Maui.Controls (1)
FlyoutPage\FlyoutPage.cs (1)
286 if (sender is FlyoutPage fp && fp is IFlyoutPageController fpc && !fpc.CanChangeIsPresented)