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