5 writes to Content
Microsoft.Maui.Controls (5)
Shell\ShellUriHandler.cs (5)
744
Content
= null;
749
Content
= null;
762
Content
= null;
766
Content
= content;
800
Content
= null;
12 references to Content
Microsoft.Maui.Controls (12)
Shell\RouteRequestBuilder.cs (1)
71
if (Content == null && !AddNode(nodeLocation.
Content
, NextSegment))
Shell\ShellUriHandler.cs (11)
285
if (currentLocation.
Content
== null)
375
if (currentLocation.
Content
!= null && pureGlobalRoutesMatch.Count == 0)
566
(possibleRoutePath.Content != null && nextNode.
Content
!= possibleRoutePath.Content))
721
(object)
Content
?? (object)Section ?? (object)Item ?? (object)Shell;
768
Section =
Content
.Parent as ShellSection;
790
if (
Content
!= null && !Routing.IsImplicit(
Content
))
791
paths.Add(
Content
.Route);
799
if (
Content
!= null)
825
if (
Content
!= null)
827
contentIndex = Section.Items.IndexOf(
Content
) + 1;