3 references to IsEnabled
Microsoft.Maui.Controls (3)
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)
96 BackButtonEnabled = _backButtonBehavior?.IsEnabled ?? true;