4 references to SetFlyoutItemIsVisible
Microsoft.Maui.Controls (4)
Shell\BaseShellItem.cs (1)
234 Shell.SetFlyoutItemIsVisible(bindable, (bool)newValue);
Shell\MenuShellItem.cs (3)
16 Shell.SetFlyoutItemIsVisible(this, Shell.GetFlyoutItemIsVisible(menuItem)); 37 Shell.SetFlyoutItemIsVisible(this, Shell.GetFlyoutItemIsVisible(MenuItem)); 46 Shell.SetFlyoutItemIsVisible(MenuItem, Shell.GetFlyoutItemIsVisible(this));