12 references to ShellSectionController
Microsoft.Maui.Controls (12)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (12)
102 ShellSectionController.ItemsCollectionChanged += OnShellSectionItemsChanged; 161 if (ShellSectionController != null) 162 ShellSectionController.ItemsCollectionChanged -= OnShellSectionItemsChanged; 224 var items = ShellSectionController.GetItems(); 244 var items = ShellSectionController.GetItems(); 268 var contentItems = ShellSectionController.GetItems(); 280 contentItems = ShellSectionController.GetItems(); 293 contentItems = ShellSectionController.GetItems(); 331 _currentIndex = ShellSectionController.GetItems().IndexOf(_currentContent); 336 var items = ShellSectionController.GetItems(); 418 var sectionItems = ShellSectionController.GetItems(); 462 bool visible = ShellSectionController.GetItems().Count > 1;