8 references to ShellSectionController
Microsoft.Maui.Controls (8)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (8)
99
var shellContent =
ShellSectionController
.GetItems()[indexPath.Row];
117
return
ShellSectionController
.GetItems().Count;
130
var item =
ShellSectionController
.GetItems()[row];
147
var item =
ShellSectionController
.GetItems()[row];
199
ShellSectionController
.ItemsCollectionChanged += OnShellSectionItemsChanged;
218
ShellSectionController
.ItemsCollectionChanged -= OnShellSectionItemsChanged;
237
if (
ShellSectionController
.GetItems().IndexOf(ShellSection.CurrentItem) != SelectedIndex)
270
SelectedIndex =
ShellSectionController
.GetItems().IndexOf(ShellSection.CurrentItem);