1 implementation of Pages
Microsoft.Maui.Controls (1)
NavigationPage\NavigationPage.cs (1)
132 IEnumerable<Page> INavigationPageController.Pages => InternalChildren.Cast<Page>();
1 reference to Pages
Microsoft.Maui.Controls (1)
Routing.cs (1)
59 foreach (var npPages in np.Pages)