7 types derived from PathSegment
Microsoft.Maui.Controls (7)
Shapes\ArcSegment.cs (1)
8
public class ArcSegment :
PathSegment
Shapes\BezierSegment.cs (1)
7
public class BezierSegment :
PathSegment
Shapes\LineSegment.cs (1)
7
public class LineSegment :
PathSegment
Shapes\PolyBezierSegment.cs (1)
5
public sealed class PolyBezierSegment :
PathSegment
Shapes\PolyLineSegment.cs (1)
5
public class PolyLineSegment :
PathSegment
Shapes\PolyQuadraticBezierSegment.cs (1)
5
public class PolyQuadraticBezierSegment :
PathSegment
Shapes\QuadraticBezierSegment.cs (1)
7
public class QuadraticBezierSegment :
PathSegment
9 references to PathSegment
Microsoft.Maui.Controls (8)
Shapes\GeometryHelper.cs (1)
105
foreach (
PathSegment
segSrc in figSrc.Segments)
Shapes\PathFigure.cs (4)
89
foreach (
var
oldPathSegment in oldCollection)
100
foreach (
var
newPathSegment in newCollection)
112
if (!(oldItem is
PathSegment
oldPathSegment))
123
if (!(newItem is
PathSegment
newPathSegment))
Shapes\PathFigureCollectionConverter.cs (1)
598
foreach (
var
pathSegment in pathFigure.Segments)
Shapes\PathGeometry.cs (1)
74
foreach (
var
segment in figure.Segments)
Shapes\PathSegmentCollection.cs (1)
6
public sealed class PathSegmentCollection : ObservableCollection<
PathSegment
>
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Extensions\GeometryExtensions.cs (1)
95
foreach (
PathSegment
pathSegment in pathFigure.Segments)