1 write to Content
Microsoft.Maui.Controls (1)
Shell\RequestDefinition.cs (1)
15 Content = theWinningRoute.Content ?? Section?.CurrentItem;
5 references to Content
Microsoft.Maui.Controls (5)
Shell\RequestDefinition.cs (2)
25 if (Content?.Route != null) 26 builder.Add(Content?.Route);
Shell\Shell.cs (1)
1236 var Content = navRequest.Request.Content;
Shell\ShellNavigationManager.cs (2)
103 ShellContent shellContent = navigationRequest.Request.Content; 138 ApplyQueryAttributes(shellSection, parameters, navigationRequest.Request.Content == null, false);