7 references to FlyoutBehaviorProperty
Microsoft.Maui.Controls (7)
Shell\Shell.cs (6)
222 public static FlyoutBehavior GetFlyoutBehavior(BindableObject obj) => (FlyoutBehavior)obj.GetValue(FlyoutBehaviorProperty); 233 public static void SetFlyoutBehavior(BindableObject obj, FlyoutBehavior value) => obj.SetValue(FlyoutBehaviorProperty, value); 1387 get => (FlyoutBehavior)GetValue(FlyoutBehaviorProperty); 1388 set => SetValue(FlyoutBehaviorProperty, value); 1758 return GetEffectiveValue(Shell.FlyoutBehaviorProperty, 1761 if (this.IsSet(FlyoutBehaviorProperty))
ShellToolbar.cs (1)
34 Shell.FlyoutBehaviorProperty,