5 writes to Section
Microsoft.Maui.Controls (5)
Shell\ShellUriHandler.cs (5)
743 Section = null; 748 Section = null; 754 Section = section; 768 Section = Content.Parent as ShellSection; 802 Section = null;
13 references to Section
Microsoft.Maui.Controls (13)
Shell\RouteRequestBuilder.cs (1)
68 if (Section == null && !AddNode(nodeLocation.Section, NextSegment))
Shell\ShellUriHandler.cs (12)
565 (possibleRoutePath.Section != null && nextNode.Section != possibleRoutePath.Section) || 721 (object)Content ?? (object)Section ?? (object)Item ?? (object)Shell; 757 Item = Section.Parent as ShellItem; 767 if (Section == null) 771 Item = Section.Parent as ShellItem; 788 if (Section != null && !Routing.IsImplicit(Section)) 789 paths.Add(Section.Route); 801 else if (Section != null) 820 if (Section != null) 822 sectionIndex = Item.Items.IndexOf(Section); 827 contentIndex = Section.Items.IndexOf(Content) + 1;