1 write to VisibleItemsReadOnly
Microsoft.Maui.Controls (1)
Shell\ShellElementCollection.cs (1)
287
VisibleItemsReadOnly
= new ReadOnlyCollection<TBaseShellItem>(items);
1 reference to VisibleItemsReadOnly
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
945
ReadOnlyCollection<ShellItem> IShellController.GetItems() => ((ShellItemCollection)Items).
VisibleItemsReadOnly
;