1 implementation of GetItems
Microsoft.Maui.Controls (1)
Shell\ShellItem.cs (1)
89 ReadOnlyCollection<ShellSection> IShellItemController.GetItems() => ((ShellSectionCollection)Items).VisibleItemsReadOnly;
9 references to GetItems
Microsoft.Maui.Controls (9)
Shell\Shell.cs (1)
1705 var items = (shellItem as IShellItemController).GetItems();
Shell\ShellExtensions.cs (1)
46 foreach (var section in item.GetItems())
Shell\ShellFlyoutItemsManager.cs (1)
115 foreach (var shellSection in (shellItem as IShellItemController).GetItems())
Shell\ShellItem.cs (4)
123 if (ShellItemController.GetItems().Count <= 1) 265 if (CurrentItem == null && ((IShellItemController)this).GetItems().Contains(child)) 273 if (ShellItemController.GetItems().Count == 0) 276 SetValueFromRenderer(CurrentItemProperty, ShellItemController.GetItems()[0]);
Shell\ShellNavigationManager.cs (1)
296 if (element is IShellItemController shellitem && shellitem.GetItems().FirstOrDefault() is ShellSection section)
Shell\ShellUriHandler.cs (1)
953 results = item.GetItems();