1 instantiation of ShellAppearance
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
1831 ShellAppearance result = new ShellAppearance();
12 references to ShellAppearance
Microsoft.Maui.Controls (12)
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)