Implemented interface member:
property
ShellSection
Microsoft.Maui.Controls.Platform.Compatibility.IShellSectionRenderer.ShellSection
17 references to ShellSection
Microsoft.Maui.Controls (17)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (17)
37
IShellSectionController ShellSectionController =>
ShellSection
;
245
((IShellSectionController)
ShellSection
).NavigationRequested -= OnNavigationRequested;
246
((IShellSectionController)
ShellSection
).RemoveDisplayedPageObserver(this);
273
foreach (var tracker in
ShellSection
.Stack)
313
_renderer = CreateShellSectionRootRenderer(
ShellSection
, _context);
317
var stack =
ShellSection
.Stack;
418
((IShellSectionController)
ShellSection
).SendPoppingToRoot(task.Task);
493
((IShellController)_context.Shell).AddAppearanceObserver(this,
ShellSection
);
494
((IShellSectionController)
ShellSection
).AddDisplayedPageObserver(this, OnDisplayedPageChanged);
499
Title =
ShellSection
.Title;
501
ShellSection
.Icon.LoadImage(
ShellSection
.FindMauiContext(), icon =>
503
TabBarItem = new UITabBarItem(
ShellSection
.Title, icon?.Value, null);
504
TabBarItem.AccessibilityIdentifier =
ShellSection
.AutomationId ??
ShellSection
.Title;
533
return
ShellSection
;
535
foreach (var child in
ShellSection
.Stack)