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