6 references to SegmentsMatched
Microsoft.Maui.Controls (6)
Shell\ShellUriHandler.cs (6)
302 var matchIndex = globalRouteMatch.SegmentsMatched.IndexOf(possibleRoutePath.NextSegment); 308 globalRouteMatch.SegmentsMatched[matchIndex]); 389 pureGlobalRoutesMatch[0].SegmentsMatched.Count - 535 var collapsedRoutes = CollapsePath(routeKey, possibleRoutePath.SegmentsMatched, true); 579 var collapsedLeafRoute = String.Join(_pathSeparator, CollapsePath(routeKey, leafSearch.SegmentsMatched, true)); 634 possibleRoutePath.AddGlobalRoute(match.GlobalRouteMatches[i], match.SegmentsMatched[i]);