6 references to SearchPath
Microsoft.Maui.Controls (6)
Shell\ShellUriHandler.cs (6)
268 SearchPath(shell, null, segments, possibleRoutePaths, depthStart); 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); 879 SearchPath(nextNode, null, segments, possibleRoutePaths, depthToStart, myDepth, currentLocation, ignoreGlobalRoutes); 920 SearchPath(nextNode, builder, segments, possibleRoutePaths, depthToStart, myDepth, currentLocation, ignoreGlobalRoutes);