2 writes to BackButtonBehavior
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
497
BackButtonBehavior
= value;
902
BackButtonBehavior
= null;
13 references to BackButtonBehavior
Microsoft.Maui.Controls (13)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (13)
103
NavigationItem.LeftBarButtonItem.Enabled =
BackButtonBehavior
.IsEnabled;
322
var behavior =
BackButtonBehavior
;
396
var behavior =
BackButtonBehavior
;
427
var behavior =
BackButtonBehavior
;
491
if (
BackButtonBehavior
== value)
494
if (
BackButtonBehavior
!= null)
495
BackButtonBehavior
.PropertyChanged -= OnBackButtonBehaviorPropertyChanged;
499
if (
BackButtonBehavior
!= null)
500
BackButtonBehavior
.PropertyChanged += OnBackButtonBehaviorPropertyChanged;
510
bool isEnabled =
BackButtonBehavior
.GetPropertyIfSet<bool>(BackButtonBehavior.IsEnabledProperty, true);
513
isEnabled = command.CanExecute(
BackButtonBehavior
?.CommandParameter);
887
if (
BackButtonBehavior
!= null)
888
BackButtonBehavior
.PropertyChanged -= OnBackButtonBehaviorPropertyChanged;