17 references to Children
Microsoft.Maui.Controls (15)
IndicatorView\IndicatorStackLayout.cs (3)
25
Command = new Command(sender => _indicatorView.Position =
Children
.IndexOf(sender)),
104
var childrenCount =
Children
.Count;
112
var visualElement =
Children
[index] as VisualElement;
Layout\FlexLayout.cs (6)
13
[ContentProperty(nameof(
Children
))]
608
for (var i = 0; i <
Children
.Count; i++)
610
AddFlexItem(i,
Children
[i]);
616
foreach (var child in
Children
)
674
foreach (var child in
Children
)
689
foreach (var child in
Children
)
Layout\Grid.cs (1)
9
[ContentProperty(nameof(
Children
))]
Layout\HorizontalStackLayout.cs (1)
6
[ContentProperty(nameof(
Children
))]
Layout\Layout.cs (1)
16
[ContentProperty(nameof(
Children
))]
Layout\VerticalStackLayout.cs (1)
6
[ContentProperty(nameof(
Children
))]
Shell\BaseShellItem.cs (2)
329
flyoutItemCell.
Children
.OfType<Label>().First()
331
flyoutItemCell.
Children
.OfType<Image>().First()
Microsoft.Maui.Controls.Foldable (2)
TwoPaneView.cs (2)
233
Children
.Add(_content1);
234
Children
.Add(_content2);