5 references to GetFlyoutItemIsVisible
Microsoft.Maui.Controls (5)
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));
Shell\ShellFlyoutItemsManager.cs (2)
211
return Shell.
GetFlyoutItemIsVisible
(msi.MenuItem);
213
return Shell.
GetFlyoutItemIsVisible
(bo);