5 references to IsEnabled
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (2)
260 TabBar.Items[index].Enabled = shellSection.IsEnabled; 330 if (!renderer.ShellSection.IsEnabled)
Shell\BaseShellItem.cs (2)
47 /// <summary>Bindable property for <see cref="IsEnabled"/>.</summary> 49 BindableProperty.Create(nameof(IsEnabled), typeof(bool), typeof(BaseShellItem), true, BindingMode.OneWay);
Shell\Shell.cs (1)
831 if (shellItem == null || !shellItem.IsEnabled)