3 references to OwnsImage
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ImageList.cs (3)
487
if((original.options & OriginalOptions.
OwnsImage
) != 0) { /// this is to handle the case were we clone the icon (see WHY WHY WHY below)
591
if((original.options & OriginalOptions.
OwnsImage
) != 0) {
1286
Add(new Original(value.Clone(), OriginalOptions.
OwnsImage
), null); // WHY WHY WHY do we clone here...