5 writes to Item
Microsoft.Maui.Controls (5)
Shell\ShellUriHandler.cs (5)
742
Item
= null;
747
Item
= item;
757
Item
= Section.Parent as ShellItem;
771
Item
= Section.Parent as ShellItem;
804
Item
= null;
15 references to Item
Microsoft.Maui.Controls (15)
Shell\RouteRequestBuilder.cs (1)
65
if (Item == null && !AddNode(nodeLocation.
Item
, NextSegment))
Shell\ShellUriHandler.cs (14)
564
if ((possibleRoutePath.Item != null && nextNode.
Item
!= possibleRoutePath.Item) ||
721
(object)Content ?? (object)Section ?? (object)
Item
?? (object)Shell;
751
Shell = (Shell)
Item
.Parent;
756
if (
Item
== null)
760
Shell = (Shell)
Item
.Parent;
770
if (
Item
== null)
774
Shell = (Shell)
Item
.Parent;
786
if (
Item
!= null && !Routing.IsImplicit(
Item
))
787
paths.Add(
Item
.Route);
803
else if (
Item
!= null)
815
if (
Item
!= null)
817
itemIndex = Shell.Items.IndexOf(
Item
);
822
sectionIndex =
Item
.Items.IndexOf(Section);