12 references to IsImplicit
Microsoft.Maui.Controls (12)
Shell\BaseShellItem.cs (2)
260
if (onlyToImplicit && Routing.
IsImplicit
(from))
344
if (!Routing.
IsImplicit
(parent))
Shell\Shell.cs (2)
1772
else if (rootItem != null && Routing.
IsImplicit
(rootItem))
1800
if (ignoreImplicit && Routing.
IsImplicit
(element))
Shell\ShellFlyoutItemsManager.cs (3)
110
if (Routing.
IsImplicit
(shellItem) || shellItem.FlyoutDisplayOptions == FlyoutDisplayOptions.AsMultipleItems)
121
if (Routing.
IsImplicit
(shellSection) || shellSection.FlyoutDisplayOptions == FlyoutDisplayOptions.AsMultipleItems)
142
if (Routing.
IsImplicit
(shellSection) && shellContents.Count == 1)
Shell\ShellItemCollection.cs (2)
20
if (Routing.
IsImplicit
(item) &&
25
if (i >= 0 && this[i] is TabBar && Routing.
IsImplicit
(this[i]))
Shell\ShellUriHandler.cs (3)
786
if (Item != null && !Routing.
IsImplicit
(Item))
788
if (Section != null && !Routing.
IsImplicit
(Section))
790
if (Content != null && !Routing.
IsImplicit
(Content))