Is there a way to enumerate over elements on a Xamarin.Forms ContentPage and Children's children? It seems easy if you have a StackLayout as a main layout and you have elements and SubLayouts. But if you have a Frame as a Main Layout or a ContentPage of sorts with multiple layouts as children I can't seem to find a way to enumerate over them.
Seems like a basic feature.