1 write to VisibleItemsReadOnly
Microsoft.Maui.Controls (1)
Shell\ShellElementCollection.cs (1)
287
VisibleItemsReadOnly
= new ReadOnlyCollection<TBaseShellItem>(items);
3 references to VisibleItemsReadOnly
Microsoft.Maui.Controls (3)
Shell\Shell.cs (1)
943
ReadOnlyCollection<ShellItem> IShellController.GetItems() => ((ShellItemCollection)Items).
VisibleItemsReadOnly
;
Shell\ShellItem.cs (1)
89
ReadOnlyCollection<ShellSection> IShellItemController.GetItems() => ((ShellSectionCollection)Items).
VisibleItemsReadOnly
;
Shell\ShellSection.cs (1)
164
ReadOnlyCollection<ShellContent> IShellSectionController.GetItems() => ((ShellContentCollection)Items).
VisibleItemsReadOnly
;