7 references to FlyoutBehaviorProperty
Microsoft.Maui.Controls (7)
Shell\Shell.cs (6)
220
public static FlyoutBehavior GetFlyoutBehavior(BindableObject obj) => (FlyoutBehavior)obj.GetValue(
FlyoutBehaviorProperty
);
231
public static void SetFlyoutBehavior(BindableObject obj, FlyoutBehavior value) => obj.SetValue(
FlyoutBehaviorProperty
, value);
1385
get => (FlyoutBehavior)GetValue(
FlyoutBehaviorProperty
);
1386
set => SetValue(
FlyoutBehaviorProperty
, value);
1756
return GetEffectiveValue(Shell.
FlyoutBehaviorProperty
,
1759
if (this.IsSet(
FlyoutBehaviorProperty
))
ShellToolbar.cs (1)
34
Shell.
FlyoutBehaviorProperty
,