1 type derived from ShellElementCollection
Microsoft.Maui.Controls (1)
Shell\ShellElementCollection.cs (1)
278
ShellElementCollection
,
8 references to ShellElementCollection
Microsoft.Maui.Controls (8)
Shell\Shell.cs (1)
1206
((
ShellElementCollection
)Items).VisibleItemsChangedInternal += async (s, e) =>
Shell\ShellGroupItem.cs (1)
25
internal virtual
ShellElementCollection
ShellElementCollection { get; }
Shell\ShellItem.cs (3)
154
((
ShellElementCollection
)Items).VisibleItemsChangedInternal += (_, args) =>
189
internal override
ShellElementCollection
ShellElementCollection => (
ShellElementCollection
)Items;
Shell\ShellSection.cs (3)
219
((
ShellElementCollection
)Items).VisibleItemsChangedInternal += (_, args) =>
252
internal override
ShellElementCollection
ShellElementCollection => (
ShellElementCollection
)Items;