4 references to PixelFormat
System.Windows.Forms (4)
System\Windows\Forms\Controls\ImageList\ImageList.cs (4)
551
Debug.Assert(Image.GetPixelFormatSize(sourceData.
PixelFormat
) == 32);
552
Debug.Assert(Image.GetPixelFormatSize(sourceData.
PixelFormat
) == Image.GetPixelFormatSize(targetData.
PixelFormat
));
573
if (bmpData.
PixelFormat
is not PixelFormat.Format32bppArgb and not PixelFormat.Format32bppRgb)