2 writes to Children
Microsoft.Maui.Controls (2)
Shapes\CompositeTransform.cs (1)
123
Children
=
Shapes\TransformGroup.cs (1)
19
Children
= new TransformCollection();
3 references to Children
Microsoft.Maui.Controls (3)
Shapes\TransformGroup.cs (3)
11
/// <summary>Bindable property for <see cref="
Children
"/>.</summary>
13
BindableProperty.Create(nameof(
Children
), typeof(TransformCollection), typeof(TransformGroup), null,
70
foreach (Transform child in
Children
)