1 instantiation of ShellAppearance
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
1831 ShellAppearance result = new ShellAppearance();
26 references to ShellAppearance
Microsoft.Maui.Controls (26)
Compatibility\Handlers\Shell\iOS\IShellNavBarAppearanceTracker.cs (1)
12 void SetAppearance(UINavigationController controller, ShellAppearance appearance);
Compatibility\Handlers\Shell\iOS\IShellTabBarAppearanceTracker.cs (1)
11 void SetAppearance(UITabBarController controller, ShellAppearance appearance);
Compatibility\Handlers\Shell\iOS\SafeShellTabBarAppearanceTracker.cs (3)
27 public virtual void SetAppearance(UITabBarController controller, ShellAppearance appearance) 70 void UpdateiOS15TabBarAppearance(UITabBarController controller, ShellAppearance appearance) 91 void UpdateTabBarAppearance(UITabBarController controller, ShellAppearance appearance)
Compatibility\Handlers\Shell\iOS\ShellFlyoutRenderer.cs (1)
18 void IAppearanceObserver.OnAppearanceChanged(ShellAppearance appearance)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (2)
42 void IAppearanceObserver.OnAppearanceChanged(ShellAppearance appearance) 264 protected virtual void UpdateShellAppearance(ShellAppearance appearance)
Compatibility\Handlers\Shell\iOS\ShellNavBarAppearanceTracker.cs (3)
35 public void SetAppearance(UINavigationController controller, ShellAppearance appearance) 92 void UpdateiOS13NavigationBarAppearance(UINavigationController controller, ShellAppearance appearance) 131 void UpdateNavigationBarAppearance(UINavigationController controller, ShellAppearance appearance)
Compatibility\Handlers\Shell\iOS\ShellSectionRenderer.cs (1)
45 void IAppearanceObserver.OnAppearanceChanged(ShellAppearance appearance)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (2)
22 void IAppearanceObserver.OnAppearanceChanged(ShellAppearance appearance) 35 protected virtual void SetAppearance(ShellAppearance appearance)
Shell\IShellController.cs (1)
12 void OnAppearanceChanged(ShellAppearance appearance);
Shell\Shell.cs (5)
688 var appearance = GetAppearanceForPivot(pivot); 703 void UpdateToolbarAppearanceFeatures(Element pivot, ShellAppearance appearance) 780 var appearance = GetAppearanceForPivot(pivot); 1819 ShellAppearance GetAppearanceForPivot(Element pivot) 1831 ShellAppearance result = new ShellAppearance();
Shell\ShellAppearance.cs (6)
104 if (!(obj is ShellAppearance appearance)) 192 public static bool operator ==(ShellAppearance appearance1, ShellAppearance appearance2) 194 return EqualityComparer<ShellAppearance>.Default.Equals(appearance1, appearance2); 197 public static bool operator !=(ShellAppearance appearance1, ShellAppearance appearance2)