1 write to VisibleItemsReadOnly
Microsoft.Maui.Controls (1)
Shell\ShellElementCollection.cs (1)
287 VisibleItemsReadOnly = new ReadOnlyCollection<TBaseShellItem>(items);
5 references to VisibleItemsReadOnly
Microsoft.Maui.Controls (5)
Shell\Shell.cs (1)
945 ReadOnlyCollection<ShellItem> IShellController.GetItems() => ((ShellItemCollection)Items).VisibleItemsReadOnly;
Shell\ShellContentCollection.cs (1)
53 public IReadOnlyCollection<ShellContent> VisibleItemsReadOnly => collection.VisibleItemsReadOnly;
Shell\ShellItem.cs (1)
91 ReadOnlyCollection<ShellSection> IShellItemController.GetItems() => ((ShellSectionCollection)Items).VisibleItemsReadOnly;
Shell\ShellSection.cs (1)
166 ReadOnlyCollection<ShellContent> IShellSectionController.GetItems() => ((ShellContentCollection)Items).VisibleItemsReadOnly;
Shell\ShellSectionCollection.cs (1)
25 public IReadOnlyCollection<ShellSection> VisibleItemsReadOnly => collection.VisibleItemsReadOnly;