1 write to FlyoutItemIsVisible
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
126 baseShellItem.FlyoutItemIsVisible = (bool)newValue;
3 references to FlyoutItemIsVisible
Microsoft.Maui.Controls (3)
Shell\BaseShellItem.cs (2)
59 /// <summary>Bindable property for <see cref="FlyoutItemIsVisible"/>.</summary> 61 BindableProperty.Create(nameof(FlyoutItemIsVisible), typeof(bool), typeof(BaseShellItem), true, propertyChanged: OnFlyoutItemIsVisibleChanged);
Shell\Shell.cs (1)
125 if (bindable is BaseShellItem baseShellItem && baseShellItem.FlyoutItemIsVisible != (bool)newValue)