7 references to PixelFormat
System.Windows.Forms (5)
System\Windows\Forms\Components\ImageList\ImageList.cs (1)
625
bmpData = tmpBitmap.LockBits(imageInfo.rcImage, ImageLockMode.ReadOnly, tmpBitmap.
PixelFormat
);
System\Windows\Forms\Control.cs (1)
5230
using Bitmap image = new(width, height, bitmap.
PixelFormat
);
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (2)
112
if (Image.GetPixelFormatSize(image.
PixelFormat
) > 16)
392
if (Image.GetPixelFormatSize(image.
PixelFormat
) > 16)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2485
Bitmap result = new(bitmap.Width, bitmap.Height, bitmap.
PixelFormat
);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageListImage.cs (1)
42
public PixelFormat PixelFormat => Image.
PixelFormat
;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
183
Bitmap scaledBitmap = new(desiredSize.Width, desiredSize.Height, bitmap.
PixelFormat
);