Implemented interface member:
method
Clone
System.ICloneable.Clone()
14 references to Clone
System.Web.DataVisualization (7)
Common\Annotation\CalloutAnnotation.cs (2)
1671
GraphicsPath resultPath = (GraphicsPath)_cloudOutlinePath.
Clone
();
1782
GraphicsPath resultPath = (GraphicsPath)_cloudPath.
Clone
();
Common\General\Selection.cs (5)
633
region.Path = (GraphicsPath)path.
Clone
();
716
region.Path = (GraphicsPath)path.
Clone
();
782
region.Path = (GraphicsPath)path.
Clone
();
1074
region.Path = (GraphicsPath)path.
Clone
();
1147
region.Path = (GraphicsPath)path.
Clone
();
System.Windows.Forms.DataVisualization (7)
Common\Annotation\CalloutAnnotation.cs (2)
1671
GraphicsPath resultPath = (GraphicsPath)_cloudOutlinePath.
Clone
();
1782
GraphicsPath resultPath = (GraphicsPath)_cloudPath.
Clone
();
Common\General\Selection.cs (5)
633
region.Path = (GraphicsPath)path.
Clone
();
716
region.Path = (GraphicsPath)path.
Clone
();
782
region.Path = (GraphicsPath)path.
Clone
();
1074
region.Path = (GraphicsPath)path.
Clone
();
1147
region.Path = (GraphicsPath)path.
Clone
();