3 references to LowestChild
Microsoft.Maui.Controls (3)
Shell\ShellUriHandler.cs (3)
363 SearchPath(currentLocation.LowestChild, null, segments, pureRoutesMatch, 0);
372 SearchPath(currentLocation.LowestChild, null, segments, pureGlobalRoutesMatch, 0, ignoreGlobalRoutes: false);
621 SearchPath(nodeLocation.LowestChild, null, possibleRoutePath.RemainingSegments, pureGlobalRoutesMatch, 0, ignoreGlobalRoutes: false);