4 writes to Toolbar
Microsoft.Maui.Controls (4)
NavigationPage\NavigationPage.cs (3)
555 flyoutPage.Toolbar = null; 574 flyoutPage.Toolbar = _toolbar; 607 p.Toolbar = _toolbar;
Shell\Shell.cs (1)
1160 Toolbar = new ShellToolbar(this);
8 references to Toolbar
Microsoft.Maui.Controls (8)
NavigationPage\NavigationPage.cs (3)
519 if (this.Toolbar != null) 520 return Toolbar; 553 if (flyoutPage != null && flyoutPage.Parent is IWindow && flyoutPage.Toolbar == _toolbar)
Shell\BaseShellItem.cs (1)
220 if (shellItem.FindParentOfType<Shell>()?.Toolbar is ShellToolbar st)
Shell\Shell.cs (4)
712 Toolbar.BarTextColor = appearance?.TitleColor ?? DefaultTitleColor; 713 Toolbar.BarBackground = appearance?.BackgroundColor ?? DefaultBackgroundColor; 714 Toolbar.IconColor = appearance?.ForegroundColor ?? DefaultForegroundColor; 1929 if (Toolbar is ShellToolbar shellToolbar)