1 type derived from GeometryGroup
Microsoft.Maui.Controls (1)
Shapes\RoundRectangleGeometry.cs (1)
9 public class RoundRectangleGeometry : GeometryGroup
1 instantiation of GeometryGroup
Microsoft.Maui.Controls (1)
Shapes\RoundRectangleGeometry.cs (1)
69 GeometryGroup roundedRectGeometry = new GeometryGroup
10 references to GeometryGroup
Microsoft.Maui.Controls (10)
Platform\ShapeExtensions.cs (1)
17 if (data is GeometryGroup geometryGroup)
Shapes\GeometryGroup.cs (3)
14 BindableProperty.Create(nameof(Children), typeof(GeometryCollection), typeof(GeometryGroup), null, 19 (bindable as GeometryGroup)?.UpdateChildren(oldValue as GeometryCollection, newValue as GeometryCollection); 24 BindableProperty.Create(nameof(FillRule), typeof(FillRule), typeof(GeometryGroup), FillRule.EvenOdd);
Shapes\GeometryHelper.cs (2)
31 if (geoSrc is GeometryGroup) 33 foreach (Geometry geoChild in (geoSrc as GeometryGroup).Children)
Shapes\RoundRectangleGeometry.cs (1)
69 GeometryGroup roundedRectGeometry = new GeometryGroup
VisualElement\VisualElement.cs (3)
149 if (s is GeometryGroup g) 154 if (source is GeometryGroup geometryGroup) 166 if (s is GeometryGroup g)