1 implementation of GetItems
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
945 ReadOnlyCollection<ShellItem> IShellController.GetItems() => ((ShellItemCollection)Items).VisibleItemsReadOnly;
6 references to GetItems
Microsoft.Maui.Controls (6)
Shell\BaseShellItem.cs (1)
134 return shell.GetItems().Contains(this);
Shell\Shell.cs (2)
1218 var shellItems = ShellController.GetItems(); 1696 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();