5 references to BackButtonBehaviorProperty
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
113 if (e.PropertyName == Shell.BackButtonBehaviorProperty.PropertyName)
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,