1 instantiation of ShellToolbar
Microsoft.Maui.Controls (1)
Shell\Shell.cs (1)
1158
Toolbar = new
ShellToolbar
(this);
2 references to ShellToolbar
Microsoft.Maui.Controls (2)
Shell\BaseShellItem.cs (1)
219
if (shellItem.FindParentOfType<Shell>()?.Toolbar is
ShellToolbar
st)
Shell\Shell.cs (1)
1927
if (Toolbar is
ShellToolbar
shellToolbar)