4 instantiations of PolyLineSegment
Microsoft.Maui.Controls (4)
Shapes\GeometryHelper.cs (4)
42 PolyLineSegment segDst = new PolyLineSegment(); 54 PolyLineSegment segDst = new PolyLineSegment(); 70 PolyLineSegment segDst = new PolyLineSegment(); 107 PolyLineSegment segDst = new PolyLineSegment();
13 references to PolyLineSegment
Microsoft.Maui.Controls (10)
Shapes\GeometryHelper.cs (7)
42 PolyLineSegment segDst = new PolyLineSegment(); 54 PolyLineSegment segDst = new PolyLineSegment(); 70 PolyLineSegment segDst = new PolyLineSegment(); 107 PolyLineSegment segDst = new PolyLineSegment(); 115 else if (segSrc is PolyLineSegment) 117 PolyLineSegment polySegSrc = segSrc as PolyLineSegment;
Shapes\PathGeometry.cs (2)
84 else if (segment is PolyLineSegment polyLineSegment) 127 void AddPolyLine(PathF path, PolyLineSegment polyLineSegment)
Shapes\PolyLineSegment.cs (1)
21 BindableProperty.Create(nameof(Points), typeof(PointCollection), typeof(PolyLineSegment), null);
Microsoft.Maui.Controls.Compatibility (3)
Tizen\Extensions\GeometryExtensions.cs (3)
108 else if (pathSegment is PolyLineSegment) 110 PolyLineSegment polylineSegment = pathSegment as PolyLineSegment;