2 writes to BackButtonBehavior
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
504 BackButtonBehavior = value; 909 BackButtonBehavior = null;
13 references to BackButtonBehavior
Microsoft.Maui.Controls (13)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (13)
103 NavigationItem.LeftBarButtonItem.Enabled = BackButtonBehavior.IsEnabled; 329 var behavior = BackButtonBehavior; 403 var behavior = BackButtonBehavior; 434 var behavior = BackButtonBehavior; 498 if (BackButtonBehavior == value) 501 if (BackButtonBehavior != null) 502 BackButtonBehavior.PropertyChanged -= OnBackButtonBehaviorPropertyChanged; 506 if (BackButtonBehavior != null) 507 BackButtonBehavior.PropertyChanged += OnBackButtonBehaviorPropertyChanged; 517 bool isEnabled = BackButtonBehavior.GetPropertyIfSet<bool>(BackButtonBehavior.IsEnabledProperty, true); 520 isEnabled = command.CanExecute(BackButtonBehavior?.CommandParameter); 894 if (BackButtonBehavior != null) 895 BackButtonBehavior.PropertyChanged -= OnBackButtonBehaviorPropertyChanged;