2 implementations of IsPresented
Microsoft.Maui.Controls (2)
FlyoutPage\FlyoutPage.cs (1)
82
public bool
IsPresented
Shell\Shell.cs (1)
1985
bool IFlyoutView.
IsPresented
{ get => FlyoutIsPresented; set => FlyoutIsPresented = value; }
1 reference to IsPresented
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
2001
Handler?.UpdateValue(nameof(IFlyoutView.
IsPresented
));