1 implementation of ShellSection
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
22 public ShellSection ShellSection
2 writes to ShellSection
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (2)
226 renderer.ShellSection = shellContent; 299 renderer.ShellSection = shellContent;
8 references to ShellSection
Microsoft.Maui.Controls (8)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (8)
76 ShellItem.SetValueFromRenderer(ShellItem.CurrentItemProperty, renderer.ShellSection); 96 ShellItem.SetValueFromRenderer(ShellItem.CurrentItemProperty, renderer.ShellSection); 118 accept = ((IShellItemController)ShellItem).ProposeSection(r.ShellSection, false); 132 kvp.Value.ShellSection.PropertyChanged -= OnShellSectionPropertyChanged; 278 renderer.ShellSection.PropertyChanged += OnShellSectionPropertyChanged; 329 if (!renderer.ShellSection.IsEnabled) 403 renderer.ShellSection.PropertyChanged -= OnShellSectionPropertyChanged; 416 if (item.Value.ShellSection == shellSection)