1 write to _castingList
Microsoft.Maui.Controls (1)
NavigationPage\NavigationPage.cs (1)
725 _castingList = new Lazy<ReadOnlyCastingList<Page, Element>>(() => new ReadOnlyCastingList<Page, Element>(Owner.InternalChildren));
1 reference to _castingList
Microsoft.Maui.Controls (1)
NavigationPage\NavigationPage.cs (1)
732 return _castingList.Value;