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; 252 ((IShellSectionController)ShellSection).NavigationRequested -= OnNavigationRequested; 253 ((IShellSectionController)ShellSection).RemoveDisplayedPageObserver(this); 280 foreach (var tracker in ShellSection.Stack) 320 _renderer = CreateShellSectionRootRenderer(ShellSection, _context); 324 var stack = ShellSection.Stack; 426 ((IShellSectionController)ShellSection).SendPoppingToRoot(task.Task); 502 ((IShellController)_context.Shell).AddAppearanceObserver(this, ShellSection); 503 ((IShellSectionController)ShellSection).AddDisplayedPageObserver(this, OnDisplayedPageChanged); 508 Title = ShellSection.Title; 510 ShellSection.Icon.LoadImage(ShellSection.FindMauiContext(), icon => 512 TabBarItem = new UITabBarItem(ShellSection.Title, icon?.Value, null); 513 TabBarItem.AccessibilityIdentifier = ShellSection.AutomationId ?? ShellSection.Title; 542 return ShellSection; 544 foreach (var child in ShellSection.Stack)