1 implementation of Children
Microsoft.Maui.Controls (1)
Element\Element_StyleSheets.cs (1)
12
IEnumerable<IStyleSelectable> IStyleSelectable.
Children
=> LogicalChildrenInternal;
3 references to Children
Microsoft.Maui.Controls (3)
StyleSheets\Selector.cs (3)
253
foreach (var elem in styleable.Parent.
Children
)
279
foreach (var elem in styleable.Parent.
Children
)
293
foreach (var elem in styleable.Parent.
Children
)