8 references to FlyoutLayoutBehavior
Microsoft.Maui.Controls (8)
FlyoutPage\FlyoutPage.cs (7)
26 /// <summary>Bindable property for <see cref="FlyoutLayoutBehavior"/>.</summary> 27 public static readonly BindableProperty FlyoutLayoutBehaviorProperty = BindableProperty.Create(nameof(FlyoutLayoutBehavior), typeof(FlyoutLayoutBehavior), typeof(FlyoutPage), default(FlyoutLayoutBehavior), 172 FlyoutLayoutBehavior behavior = FlyoutLayoutBehavior; 189 FlyoutLayoutBehavior behavior = FlyoutLayoutBehavior; 274 if (page.FlyoutLayoutBehavior != FlyoutLayoutBehavior.Default) 287 throw new InvalidOperationException(string.Format("Can't change IsPresented when setting {0}", fp.FlyoutLayoutBehavior)); 293 throw new InvalidOperationException(string.Format("Can't change IsPresented when setting {0}", fp.FlyoutLayoutBehavior));
FlyoutPage\FlyoutPage.Mapper.cs (1)
11 FlyoutViewHandler.Mapper.ReplaceMapping<IFlyoutView, IFlyoutViewHandler>(nameof(FlyoutLayoutBehavior), MapFlyoutLayoutBehavior);