1 write to FlyoutItemIsVisible
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
128 baseShellItem.FlyoutItemIsVisible = (bool)newValue;
4 references to FlyoutItemIsVisible
Microsoft.Maui.Controls (4)
Shell\BaseShellItem.cs (3)
60 /// <summary>Bindable property for <see cref="FlyoutItemIsVisible"/>.</summary> 62 BindableProperty.Create(nameof(FlyoutItemIsVisible), typeof(bool), typeof(BaseShellItem), true, propertyChanged: OnFlyoutItemIsVisibleChanged); 573 public bool FlyoutItemIsVisible => baseShellItem.FlyoutItemIsVisible;
Shell\Shell.cs (1)
127 if (bindable is BaseShellItem baseShellItem && baseShellItem.FlyoutItemIsVisible != (bool)newValue)