1 write to Section
Microsoft.Maui.Controls (1)
Shell\RequestDefinition.cs (1)
14
Section
= theWinningRoute.Section ?? Item?.CurrentItem;
6 references to Section
Microsoft.Maui.Controls (6)
Shell\RequestDefinition.cs (3)
15
Content = theWinningRoute.Content ??
Section
?.CurrentItem;
22
if (
Section
?.Route != null)
23
builder.Add(
Section
?.Route);
Shell\Shell.cs (1)
1235
var section = navRequest.Request.
Section
;
Shell\ShellNavigationManager.cs (2)
99
var shellSection = navigationRequest.Request.
Section
;
123
ApplyQueryAttributes(shellItem, parameters, navigationRequest.Request.
Section
== null, false);