1 implementation of GetItems
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
943 ReadOnlyCollection<ShellItem> IShellController.GetItems() => ((ShellItemCollection)Items).VisibleItemsReadOnly;
6 references to GetItems
Microsoft.Maui.Controls (6)
Shell\BaseShellItem.cs (1)
133 return shell.GetItems().Contains(this);
Shell\Shell.cs (2)
1216 var shellItems = ShellController.GetItems(); 1694 var items = shell.ShellController.GetItems();
Shell\ShellExtensions.cs (1)
26 var items = shell.GetItems();
Shell\ShellFlyoutItemsManager.cs (1)
105 foreach (var shellItem in ShellController.GetItems())
Shell\ShellUriHandler.cs (1)
950 results = shell.GetItems();