10 references to NextSegment
Microsoft.Maui.Controls (10)
Shell\RouteRequestBuilder.cs (4)
65 if (Item == null && !AddNode(nodeLocation.Item, NextSegment)) 68 if (Section == null && !AddNode(nodeLocation.Section, NextSegment)) 71 if (Content == null && !AddNode(nodeLocation.Content, NextSegment)) 158 if (Routing.IsUserDefined(shellSegment) || shellSegment == userSegment || shellSegment == NextSegment)
Shell\ShellUriHandler.cs (6)
300 while (possibleRoutePath.NextSegment != null) 302 var matchIndex = globalRouteMatch.SegmentsMatched.IndexOf(possibleRoutePath.NextSegment); 598 if (routeKeys.Contains(possibleRoutePath.NextSegment)) 600 possibleRoutePath.AddGlobalRoute(possibleRoutePath.NextSegment, possibleRoutePath.NextSegment); 893 userSegment = currentMatchedPath.NextSegment;