6 writes to Path
System.Windows.Forms.DataVisualization (6)
Common\General\Selection.cs (6)
633
region.
Path
= (GraphicsPath)path.Clone();
716
region.
Path
= (GraphicsPath)path.Clone();
782
region.
Path
= (GraphicsPath)path.Clone();
868
region.
Path
= path;
1074
region.
Path
= (GraphicsPath)path.Clone();
1147
region.
Path
= (GraphicsPath)path.Clone();
10 references to Path
System.Windows.Forms.DataVisualization (10)
Common\General\Selection.cs (10)
2088
if (region.
Path
!= null)
2092
GraphicsPathIterator iterator = new GraphicsPathIterator(region.
Path
);
2109
else if (region.
Path
.IsVisible(newX, newY))
2666
if (rgn.
Path
== null)
2681
if (rgn.
Path
== null)
2763
GraphicsPathIterator iterator = new GraphicsPathIterator(rgn.
Path
);
2803
PointF[] points = rgn.
Path
.PathPoints;
2849
PointF[] points = rgn.
Path
.PathPoints;
3328
if (rgn.
Path
!= null)
3330
rect = rgn.
Path
.GetBounds();