6 references to ApplyQueryAttributes
Microsoft.Maui.Controls (6)
Shell\ShellNavigationManager.cs (4)
96
ApplyQueryAttributes
(_shell, parameters, false, false);
123
ApplyQueryAttributes
(shellItem, parameters, navigationRequest.Request.Section == null, false);
128
ApplyQueryAttributes
(shellContent, parameters, navigationRequest.Request.GlobalRoutes.Count == 0, isRelativePopping);
138
ApplyQueryAttributes
(shellSection, parameters, navigationRequest.Request.Content == null, false);
Shell\ShellSection.cs (2)
405
ShellNavigationManager.
ApplyQueryAttributes
(navPage, queryData, isLast, isRelativePopping);
493
ShellNavigationManager.
ApplyQueryAttributes
(content, queryData, isLast, isPopping);