4 references to Icon
System.Drawing (2)
commonui\System\Drawing\Bitmap.cs (1)
573
if (RawFormat.Guid == ImageFormat.
Icon
.Guid) {
commonui\System\Drawing\ImageConverter.cs (1)
145
if (image.RawFormat.Equals(ImageFormat.
Icon
)) {
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
1264
if (bmp.RawFormat.Guid != ImageFormat.
Icon
.Guid && !ImageAnimator.CanAnimate(bmp)) {
1296
if (currentImage.RawFormat.Guid != ImageFormat.
Icon
.Guid && !ImageAnimator.CanAnimate(currentImage)) {