1 implementation of GetItems
Microsoft.Maui.Controls (1)
Shell\ShellSection.cs (1)
164
ReadOnlyCollection<ShellContent> IShellSectionController.
GetItems
() => ((ShellContentCollection)Items).VisibleItemsReadOnly;
7 references to GetItems
Microsoft.Maui.Controls (7)
Shell\Shell.cs (1)
1716
var items = (shellSection as IShellSectionController).
GetItems
();
Shell\ShellExtensions.cs (1)
54
foreach (var content in section.
GetItems
())
Shell\ShellFlyoutItemsManager.cs (1)
120
var shellContents = ((IShellSectionController)shellSection).
GetItems
();
Shell\ShellNavigationManager.cs (1)
298
if (element is IShellSectionController shellsection && shellsection.
GetItems
().FirstOrDefault() is ShellContent content)
Shell\ShellSection.cs (2)
696
if (CurrentItem == null && ((IShellSectionController)this).
GetItems
().Contains(child))
707
var contentItems = ShellSectionController.
GetItems
();
Shell\ShellUriHandler.cs (1)
956
results = section.
GetItems
();