2 writes to Content
Microsoft.Maui.Controls (2)
Shell\RouteRequestBuilder.cs (2)
48
Content
= builder.Content;
138
Content
= content;
13 references to Content
Microsoft.Maui.Controls (13)
Shell\RequestDefinition.cs (1)
15
Content = theWinningRoute.
Content
?? Section?.CurrentItem;
Shell\RouteRequestBuilder.cs (7)
24
(object)
Content
?? (object)Section ?? (object)Item ?? (object)Shell;
48
Content = builder.
Content
;
71
if (
Content
== null && !AddNode(nodeLocation.Content, NextSegment))
135
if (
Content
== content)
141
Section =
Content
.Parent as ShellSection;
257
if (
Content
!= null)
278
nodeLocation.SetNode(
Content
);
Shell\ShellUriHandler.cs (5)
557
(possibleRoutePath.Item == null || possibleRoutePath.Section == null || possibleRoutePath.
Content
== null))
566
(possibleRoutePath.
Content
!= null && nextNode.Content != possibleRoutePath.
Content
))
654
bestMatch.
Content
== match.
Content
&&