Implemented interface member:
7 references to Clone
System.Drawing.Common (1)
System\Drawing\ToolboxBitmapAttribute.cs (1)
93image = (Image)image.Clone();
System.Windows.Forms (4)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
309bitmap = (Bitmap)bitmap.Clone();
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (1)
151bitmap = (Bitmap)bitmap.Clone();
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
1722Image mirroredImage = (Image)image.Clone();
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
111data = (Bitmap)clipboardBitmap.Clone();
System.Windows.Forms.Primitives (2)
System\Drawing\ImageExtensions.cs (2)
37return (Image)metafile.Clone(); 43return (Image)metafile.Clone();