1 implementation of GenerateFlyoutGrouping
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
1506
List<List<Element>> IShellController.
GenerateFlyoutGrouping
() =>
3 references to GenerateFlyoutGrouping
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellTableViewSource.cs (3)
34
_groups = ShellController.
GenerateFlyoutGrouping
();
55
var newGroups = ((IShellController)_context.Shell).
GenerateFlyoutGrouping
();
90
var newGroups = ((IShellController)_context.Shell).
GenerateFlyoutGrouping
();