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