3 writes to Section
Microsoft.Maui.Controls (3)
Shell\RouteRequestBuilder.cs (3)
47 Section = builder.Section; 125 Section = section; 141 Section = Content.Parent as ShellSection;
16 references to Section
Microsoft.Maui.Controls (16)
Shell\RequestDefinition.cs (1)
14 Section = theWinningRoute.Section ?? Item?.CurrentItem;
Shell\RouteRequestBuilder.cs (10)
24 (object)Content ?? (object)Section ?? (object)Item ?? (object)Shell; 47 Section = builder.Section; 68 if (Section == null && !AddNode(nodeLocation.Section, NextSegment)) 122 if (Section == section) 129 Item = Section.Parent as ShellItem; 139 if (Section == null) 142 _fullSegments.Add(Section.Route); 147 Item = Section.Parent as ShellItem; 259 if (Section != null) 277 nodeLocation.SetNode(Section);
Shell\ShellUriHandler.cs (5)
557 (possibleRoutePath.Item == null || possibleRoutePath.Section == null || possibleRoutePath.Content == null)) 565 (possibleRoutePath.Section != null && nextNode.Section != possibleRoutePath.Section) || 653 bestMatch.Section == match.Section &&