2 references to FlyoutItems
Microsoft.Maui.Controls (2)
Shell\Shell.cs (2)
1177
ShellController.FlyoutItemsChanged += (_, __) => Handler?.UpdateValue(nameof(
FlyoutItems
));
2171
public IEnumerable FlyoutItems => shell.
FlyoutItems
;