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)
1158
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)
219
if (shellItem.FindParentOfType<Shell>()?.
Toolbar
is ShellToolbar st)
Shell\Shell.cs (4)
710
Toolbar
.BarTextColor = appearance?.TitleColor ?? DefaultTitleColor;
711
Toolbar
.BarBackground = appearance?.BackgroundColor ?? DefaultBackgroundColor;
712
Toolbar
.IconColor = appearance?.ForegroundColor ?? DefaultForegroundColor;
1927
if (
Toolbar
is ShellToolbar shellToolbar)