1 implementation of LogicalChildren
Microsoft.Maui.Controls (1)
Element\Element.cs (1)
186 IReadOnlyList<Element> IElementController.LogicalChildren => LogicalChildrenInternal;
2 references to LogicalChildren
Microsoft.Maui.Controls (2)
LegacyLayouts\Layout.cs (1)
715 foreach (var child in ((IElementController)this).LogicalChildren)
RadioButton\RadioButtonGroup.cs (1)
76 IEnumerable children = ((IElementController)parent).LogicalChildren;