4 references to IsEnabled
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (1)
103 NavigationItem.LeftBarButtonItem.Enabled = BackButtonBehavior.IsEnabled;
Shell\BackButtonBehavior.cs (2)
24 /// <summary>Bindable property for <see cref="IsEnabled"/>.</summary> 26 BindableProperty.Create(nameof(IsEnabled), typeof(bool), typeof(BackButtonBehavior), true, BindingMode.OneWay);
ShellToolbar.cs (1)
95 BackButtonEnabled = _backButtonBehavior?.IsEnabled ?? true;