1 write to Children
Microsoft.Maui.Controls (1)
Shapes\GeometryGroup.cs (1)
29 Children = new GeometryCollection();
12 references to Children
Microsoft.Maui.Controls (11)
Shapes\GeometryGroup.cs (3)
12 /// <summary>Bindable property for <see cref="Children"/>.</summary> 14 BindableProperty.Create(nameof(Children), typeof(GeometryCollection), typeof(GeometryGroup), null, 110 foreach (var c in Children)
Shapes\GeometryHelper.cs (1)
33 foreach (Geometry geoChild in (geoSrc as GeometryGroup).Children)
Shapes\RoundRectangleGeometry.cs (7)
62 Children.Clear(); 64 Children.Add(GetRoundRectangleGeometry()); 75 roundedRectGeometry.Children.Add( 79 roundedRectGeometry.Children.Add( 83 roundedRectGeometry.Children.Add( 87 roundedRectGeometry.Children.Add( 111 roundedRectGeometry.Children.Add(new PathGeometry(pathFigureCollection, FillRule.Nonzero));
Microsoft.Maui.Controls.Compatibility (1)
iOS\Extensions\GeometryExtensions.cs (1)
60 foreach (Geometry child in geometryGroup.Children)