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