1 write to Item
Microsoft.Maui.Controls (1)
Shell\RequestDefinition.cs (1)
13 Item = theWinningRoute.Item;
5 references to Item
Microsoft.Maui.Controls (5)
Shell\RequestDefinition.cs (3)
14 Section = theWinningRoute.Section ?? Item?.CurrentItem; 19 if (Item?.Route != null) 20 builder.Add(Item.Route);
Shell\Shell.cs (1)
1234 var item = navRequest.Request.Item;
Shell\ShellNavigationManager.cs (1)
98 var shellItem = navigationRequest.Request.Item;