10 references to IsImplicit
Microsoft.Maui.Controls (10)
Routing.cs (5)
71
if (
IsImplicit
(source))
84
return
IsImplicit
(GetRoute(source));
110
return !(IsDefault(route) ||
IsImplicit
(route));
185
if (
IsImplicit
(source))
250
if (
IsImplicit
(part))
Shell\ShellNavigationManager.cs (1)
288
if (string.IsNullOrEmpty(route) || Routing.
IsImplicit
(route))
Shell\ShellNavigationState.cs (1)
80
if (!(Routing.IsDefault(parts[i])) && !(Routing.
IsImplicit
(parts[i])))
Shell\ShellUriHandler.cs (3)
495
if (Routing.
IsImplicit
(route) ||
900
if (shellSegment == userSegment || Routing.
IsImplicit
(shellSegment))
910
if (!Routing.
IsImplicit
(shellSegment) || shellSegment == userSegment)