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