4 references to IsUserDefined
Microsoft.Maui.Controls (4)
Shell\RouteRequestBuilder.cs (1)
91 if (Routing.IsUserDefined(baseShellItem))
Shell\ShellNavigationManager.cs (3)
523 (Routing.IsUserDefined(shellItem)) || 524 (Routing.IsUserDefined(shellSection)) || 525 (Routing.IsUserDefined(shellContent));