4 writes to Item
Microsoft.Maui.Controls (4)
Shell\RouteRequestBuilder.cs (4)
46 Item = builder.Item; 119 Item = item; 129 Item = Section.Parent as ShellItem; 147 Item = Section.Parent as ShellItem;
17 references to Item
Microsoft.Maui.Controls (17)
Shell\RequestDefinition.cs (1)
13 Item = theWinningRoute.Item;
Shell\RouteRequestBuilder.cs (11)
24 (object)Content ?? (object)Section ?? (object)Item ?? (object)Shell; 46 Item = builder.Item; 65 if (Item == null && !AddNode(nodeLocation.Item, NextSegment)) 116 if (Item == item) 127 if (Item == null) 130 _fullSegments.Add(Item.Route); 145 if (Item == null) 148 _fullSegments.Insert(0, Item.Route); 154 if (Item?.Parent is Shell s) 255 if (Item != null) 276 nodeLocation.SetNode(Item);
Shell\ShellUriHandler.cs (5)
557 (possibleRoutePath.Item == null || possibleRoutePath.Section == null || possibleRoutePath.Content == null)) 564 if ((possibleRoutePath.Item != null && nextNode.Item != possibleRoutePath.Item) || 652 if (bestMatch.Item == match.Item &&