1 instantiation of GeometryCollection
Microsoft.Maui.Controls (1)
Shapes\GeometryGroup.cs (1)
29 Children = new GeometryCollection();
7 references to GeometryCollection
Microsoft.Maui.Controls (7)
Shapes\GeometryGroup.cs (7)
14 BindableProperty.Create(nameof(Children), typeof(GeometryCollection), typeof(GeometryGroup), null, 19 (bindable as GeometryGroup)?.UpdateChildren(oldValue as GeometryCollection, newValue as GeometryCollection); 33 public GeometryCollection Children 36 get { return (GeometryCollection)GetValue(ChildrenProperty); } 48 void UpdateChildren(GeometryCollection oldCollection, GeometryCollection newCollection)