1 override of IconColor
Microsoft.Maui.Controls (1)
NavigationPage\NavigationPageToolbar.cs (1)
26 public override Color IconColor { get => GetIconColor(); set => SetProperty(ref _iconColor, value); }
1 write to IconColor
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
712 Toolbar.IconColor = appearance?.ForegroundColor ?? DefaultForegroundColor;