1 instantiation of TabBar
Microsoft.Maui.Controls (1)
Shell\ShellItem.cs (1)
219
result = new
TabBar
();
5 references to TabBar
Microsoft.Maui.Controls (5)
Shell\Shell.cs (1)
1764
else if (rootItem is
TabBar
)
Shell\ShellFlyoutItemsManager.cs (2)
140
if (!(shellSection.Parent is
TabBar
))
166
if (!(shellItem is
TabBar
))
Shell\ShellItemCollection.cs (2)
21
item is
TabBar
25
if (i >= 0 && this[i] is
TabBar
&& Routing.IsImplicit(this[i]))