3 references to Children
Microsoft.Maui.Controls (3)
LegacyLayouts\RelativeLayout.cs (3)
13 [ContentProperty(nameof(Children))] 71 foreach (View child in Children.Cast<View>()) 76 List<View> unsolvedChildren = Children.Cast<View>().ToList();