Implemented interface member:
property
Children
Microsoft.Maui.Controls.IViewContainer<T>.Children
11 references to Children
Microsoft.Maui.Controls (11)
LegacyLayouts\FlexLayout.cs (7)
12
[ContentProperty(nameof(
Children
))]
267
foreach (var child in
Children
)
282
foreach (var child in
Children
)
320
_root.InsertAt(
Children
.IndexOf(view), item);
421
foreach (var child in
Children
)
449
foreach (var child in
Children
)
474
foreach (var child in
Children
)
LegacyLayouts\Layout.cs (1)
19
[ContentProperty(nameof(
Children
))]
LegacyLayouts\StackLayout.cs (3)
9
[ContentProperty(nameof(
Children
))]
128
layout.Plots = new Rect[
Children
.Count];
129
layout.Requests = new SizeRequest[
Children
.Count];