3 writes to Figures
Microsoft.Maui.Controls (3)
Shapes\PathGeometry.cs (3)
18 Figures = new PathFigureCollection(); 24 Figures = figures; 30 Figures = figures;
9 references to Figures
Microsoft.Maui.Controls (9)
Shapes\GeometryHelper.cs (5)
48 pathGeoDst.Figures.Add(figDst); 64 pathGeoDst.Figures.Add(figDst); 88 pathGeoDst.Figures.Add(figDst); 95 foreach (PathFigure figSrc in pathGeoSrc.Figures) 226 pathGeoDst.Figures.Add(figDst);
Shapes\PathGeometry.cs (3)
34 /// <summary>Bindable property for <see cref="Figures"/>.</summary> 36 BindableProperty.Create(nameof(Figures), typeof(PathFigureCollection), typeof(PathGeometry), null, 67 foreach (var figure in Figures)
Shapes\PathGeometryConverter.cs (1)
22 PathFigureCollectionConverter.ParseStringToPathFigureCollection(pathGeometry.Figures, strValue);