9 references to _fullSegments
Microsoft.Maui.Controls (9)
Shell\RouteRequestBuilder.cs (9)
43
_fullSegments
.AddRange(builder.
_fullSegments
);
57
_fullSegments
.Add(path);
130
_fullSegments
.Add(Item.Route);
142
_fullSegments
.Add(Section.Route);
148
_fullSegments
.Insert(0, Item.Route);
161
_fullSegments
.Add(shellSegment);
267
public string PathFull => MakeUriString(
_fullSegments
);
272
public IReadOnlyList<string> FullSegments =>
_fullSegments
;