7 references to new
Microsoft.Maui.Controls (7)
PointCollection.cs (1)
21
=> d == null ?
new
() : new(d);
Shapes\PointCollectionConverter.cs (1)
29
var pointCollection = new
PointCollection
();
Shapes\PolyBezierSegment.cs (1)
10
Points = new
PointCollection
();
Shapes\Polygon.cs (1)
22
BindableProperty.Create(nameof(Points), typeof(PointCollection), typeof(Polygon), null, defaultValueCreator: bindable => new
PointCollection
());
Shapes\Polyline.cs (1)
22
BindableProperty.Create(nameof(Points), typeof(PointCollection), typeof(Polyline), null, defaultValueCreator: bindable => new
PointCollection
());
Shapes\PolyLineSegment.cs (1)
10
Points = new
PointCollection
();
Shapes\PolyQuadraticBezierSegment.cs (1)
10
Points = new
PointCollection
();