4 references to BackButtonBehaviorProperty
Microsoft.Maui.Controls (4)
Shell\Shell.cs (2)
189 public static BackButtonBehavior GetBackButtonBehavior(BindableObject obj) => (BackButtonBehavior)obj.GetValue(BackButtonBehaviorProperty); 199 public static void SetBackButtonBehavior(BindableObject obj, BackButtonBehavior behavior) => obj.SetValue(BackButtonBehaviorProperty, behavior);
ShellToolbar.cs (2)
35 Shell.BackButtonBehaviorProperty, 154 Shell.BackButtonBehaviorProperty,