Implemented interface member:
property
ShellSection
Microsoft.Maui.Controls.Platform.Compatibility.IShellSectionRootHeader.ShellSection
1 write to ShellSection
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (1)
221
ShellSection
= null;
13 references to ShellSection
Microsoft.Maui.Controls (13)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (13)
80
IShellSectionController ShellSectionController =>
ShellSection
;
132
if (item !=
ShellSection
.CurrentItem)
133
ShellSection
.SetValueFromRenderer(ShellSection.CurrentItemProperty, item);
150
if (item ==
ShellSection
.CurrentItem)
152
return shellController.ProposeNavigation(ShellNavigationSource.ShellContentChanged, (ShellItem)
ShellSection
.Parent,
ShellSection
, item,
ShellSection
.Stack, true);
198
((IShellController)_shellContext.Shell).AddAppearanceObserver(this,
ShellSection
);
202
ShellSection
.PropertyChanged += OnShellSectionPropertyChanged;
219
ShellSection
.PropertyChanged -= OnShellSectionPropertyChanged;
237
if (ShellSectionController.GetItems().IndexOf(
ShellSection
.CurrentItem) != SelectedIndex)
267
if (
ShellSection
.CurrentItem == null)
270
SelectedIndex = ShellSectionController.GetItems().IndexOf(
ShellSection
.CurrentItem);