12 references to Guid
System.Windows.Forms (10)
System\Windows\Forms\Components\ImageList\ImageList.cs (2)
691if (result.RawFormat.Guid != ImageFormat.Icon.Guid)
System\Windows\Forms\Components\ImageList\ImageList.ImageCollection.cs (2)
147if (_owner.UseTransparentColor && bitmap.RawFormat.Guid != ImageFormat.Icon.Guid)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
1357if (image.RawFormat.Guid != ImageFormat.Icon.Guid)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (4)
1059if (bmp.RawFormat.Guid != ImageFormat.Icon.Guid && !ImageAnimator.CanAnimate(bmp)) 1096if (currentImage.RawFormat.Guid != ImageFormat.Icon.Guid && !ImageAnimator.CanAnimate(currentImage))
WindowsFormsIntegration (2)
System\Windows\Integration\Convert.cs (2)
148if (IntermediateFormat.Guid.CompareTo(SDI.ImageFormat.MemoryBmp.Guid) == 0)