Implemented interface member:
4 references to Clone
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (1)
276Add(new Original(value.Clone(), OriginalOptions.OwnsImage), null);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogIcon.cs (1)
196return (Icon)icon.Clone();
System.Windows.Forms.Design (1)
System\Drawing\Design\CursorEditor.CursorUI.cs (1)
90using Icon clone = (Icon)wrapper.Clone();
System.Windows.Forms.Primitives (1)
System\Drawing\ImageExtensions.cs (1)
27return (Image)(Icon.FromHandle((HICON)handle).Clone());