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