2 overrides of ShellElementCollection
Microsoft.Maui.Controls (2)
Shell\ShellItem.cs (1)
189 internal override ShellElementCollection ShellElementCollection => (ShellElementCollection)Items;
Shell\ShellSection.cs (1)
252 internal override ShellElementCollection ShellElementCollection => (ShellElementCollection)Items;
4 references to ShellElementCollection
Microsoft.Maui.Controls (4)
Shell\BaseShellItem.cs (1)
135 return sgi.ShellElementCollection.Contains(this);
Shell\ShellElementCollection.cs (3)
215 return (sgi.ShellElementCollection.VisibleItemsReadOnly.Count > 0) || 233 sgi.ShellElementCollection.VisibleItemsChangedInternal += OnShellElementControllerItemsCollectionChanged; 244 sgi.ShellElementCollection.VisibleItemsChangedInternal -= OnShellElementControllerItemsCollectionChanged;