1 write to options
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ImageList.cs (1)
983
this.
options
= options;
5 references to options
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ImageList.cs (5)
434
if ((original.
options
& OriginalOptions.CustomTransparentColor) != 0)
462
if ((original.
options
& OriginalOptions.ImageStrip) != 0) {
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) {
1355
if ((original.
options
& OriginalOptions.ImageStrip) != 0) {