15 references to RawFormat
System.Drawing.Common (8)
System\Drawing\Bitmap.cs (1)
231
if (
RawFormat
.Guid == ImageFormat.Icon.Guid)
System\Drawing\Graphics.cs (1)
2645
if (errorStatus != Status.Ok && image.
RawFormat
.Equals(ImageFormat.Emf))
System\Drawing\Image.cs (3)
221
public void Save(string filename) => Save(filename,
RawFormat
);
265
if (_animatedGifRawData is not null &&
RawFormat
.Encoder == encoder)
872
if (!image.
RawFormat
.Equals(ImageFormat.Gif))
System\Drawing\Printing\PrinterSettings.cs (2)
372
ImageFormat imageFormat = image.
RawFormat
;
387
image.Save(stream, image.
RawFormat
);
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))
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListImage.cs (1)
44
public ImageFormat RawFormat => Image.
RawFormat
;
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
147
SDI.ImageFormat IntermediateFormat = fromImage.
RawFormat
;