1 write to FlyoutIsPresented
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
1985
bool IFlyoutView.IsPresented { get => FlyoutIsPresented; set =>
FlyoutIsPresented
= value; }
3 references to FlyoutIsPresented
Microsoft.Maui.Controls (3)
Shell\Shell.cs (3)
837
if (platformInitiated &&
FlyoutIsPresented
&& GetEffectiveFlyoutBehavior() != FlyoutBehavior.Locked)
1130
BindableProperty.Create(nameof(
FlyoutIsPresented
), typeof(bool), typeof(Shell), false, BindingMode.TwoWay);
1985
bool IFlyoutView.IsPresented { get =>
FlyoutIsPresented
; set => FlyoutIsPresented = value; }