6 references to Format32bppPArgb
System.Drawing.Common (1)
System\Drawing\Imaging\BitmapData.cs (1)
73
case PixelFormat.
Format32bppPArgb
:
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
919
using Bitmap textBmp = new(textSize.Width, textSize.Height, PixelFormat.
Format32bppPArgb
);
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
1013
_dragImage = new Bitmap(imageWidth, imageHeight, Drawing.Imaging.PixelFormat.
Format32bppPArgb
);
System\Windows\Forms\Design\DesignerUtils.cs (3)
120
s_boxImage = new Bitmap(s_boxImageSize, s_boxImageSize, PixelFormat.
Format32bppPArgb
);
392
PixelFormat.
Format32bppPArgb
);
425
PixelFormat.
Format32bppPArgb
);