10 references to Icon
System.Drawing.Common (5)
System\Drawing\Bitmap.cs (1)
231
if (RawFormat.Guid == ImageFormat.
Icon
.Guid)
System\Drawing\ImageFormatConverter.cs (3)
56
return ImageFormat.
Icon
;
95
else if (imgFormat.Guid.Equals(ImageFormat.
Icon
.Guid))
136
ImageFormat.
Icon
,
System\Drawing\ToolboxBitmapAttribute.cs (1)
297
if (img.RawFormat.Guid == ImageFormat.
Icon
.Guid)
System.Windows.Forms (5)
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
691
if (result.RawFormat.Guid != ImageFormat.
Icon
.Guid)
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (1)
147
if (_owner.UseTransparentColor && bitmap.RawFormat.Guid != ImageFormat.
Icon
.Guid)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1312
if (image.RawFormat.Guid != ImageFormat.
Icon
.Guid)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
1059
if (bmp.RawFormat.Guid != ImageFormat.
Icon
.Guid && !ImageAnimator.CanAnimate(bmp))
1096
if (currentImage.RawFormat.Guid != ImageFormat.
Icon
.Guid && !ImageAnimator.CanAnimate(currentImage))