6 instantiations of NodeLocation
Microsoft.Maui.Controls (6)
Shell\RouteRequestBuilder.cs (1)
275
ShellUriHandler.NodeLocation nodeLocation = new ShellUriHandler.
NodeLocation
();
Shell\Shell.cs (1)
856
var node = new ShellUriHandler.
NodeLocation
();
Shell\ShellUriHandler.cs (4)
616
NodeLocation nodeLocation = new
NodeLocation
();
726
NodeLocation location = new
NodeLocation
();
836
var nodeLocation = new
NodeLocation
();
867
currentLocation = currentLocation ?? new
NodeLocation
();
15 references to NodeLocation
Microsoft.Maui.Controls (15)
Shell\RouteRequestBuilder.cs (3)
63
public bool AddMatch(ShellUriHandler.
NodeLocation
nodeLocation)
273
public ShellUriHandler.
NodeLocation
GetNodeLocation()
275
ShellUriHandler.
NodeLocation
nodeLocation = new ShellUriHandler.NodeLocation();
Shell\Shell.cs (1)
856
var
node = new ShellUriHandler.NodeLocation();
Shell\ShellUriHandler.cs (11)
283
var
currentLocation = possibleRoutePath.GetNodeLocation();
353
var
currentLocation =
NodeLocation
.Create(shell);
431
NodeLocation
currentLocation,
559
var
nextNode = possibleRoutePath.GetNodeLocation().WalkToNextNode();
616
NodeLocation
nodeLocation = new NodeLocation();
724
public static
NodeLocation
Create(Shell shell)
726
NodeLocation
location = new NodeLocation();
809
public
NodeLocation
WalkToNextNode()
836
var
nodeLocation = new NodeLocation();
860
NodeLocation
currentLocation = null,