4 references to Flyout
Microsoft.Maui.Controls (4)
FlyoutPage\FlyoutPage.cs (1)
360 return Maui.FlyoutBehavior.Flyout;
Shell\Shell.cs (2)
60 BindableProperty.CreateAttached(nameof(FlyoutBehavior), typeof(FlyoutBehavior), typeof(Shell), FlyoutBehavior.Flyout, 1763 return FlyoutBehavior.Flyout;
ShellToolbar.cs (1)
118 flyoutBehavior == FlyoutBehavior.Flyout);