9 references to FlyoutLayoutBehavior
Microsoft.Maui.Controls (8)
FlyoutPage\FlyoutPage.cs (7)
23
/// <summary>Bindable property for <see cref="
FlyoutLayoutBehavior
"/>.</summary>
24
public static readonly BindableProperty FlyoutLayoutBehaviorProperty = BindableProperty.Create(nameof(
FlyoutLayoutBehavior
), typeof(FlyoutLayoutBehavior), typeof(FlyoutPage), default(FlyoutLayoutBehavior),
169
FlyoutLayoutBehavior behavior =
FlyoutLayoutBehavior
;
186
FlyoutLayoutBehavior behavior =
FlyoutLayoutBehavior
;
271
if (page.
FlyoutLayoutBehavior
!= FlyoutLayoutBehavior.Default)
284
throw new InvalidOperationException(string.Format("Can't change IsPresented when setting {0}", fp.
FlyoutLayoutBehavior
));
290
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);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\TabletFlyoutPageRenderer.cs (1)
339
switch (flyoutDetailPage.
FlyoutLayoutBehavior
)