7 references to IsVisible
Microsoft.Maui.Controls (7)
Shell\BaseShellItem.cs (2)
55 /// <summary>Bindable property for <see cref="IsVisible"/>.</summary> 57 BindableProperty.Create(nameof(IsVisible), typeof(bool), typeof(BaseShellItem), true);
Shell\Shell.cs (1)
1249 if (!baseShellItem.IsVisible)
Shell\ShellContent.cs (2)
240 !this.IsVisible || // user has set the IsVisible property to false 243 !shellSection.IsVisible || // user has set IsVisible on the ShellSection to false
Shell\ShellElementCollection.cs (2)
210 if (!item.IsVisible) 253 if (e.PropertyName == nameof(BaseShellItem.IsVisible))