11 references to new
PresentationFramework-SystemDrawing (1)
SystemDrawingExtension.cs (1)
125
Bitmap bitmapFinal =
new
(imageWidth, imageHeight, PixelFormat.Format32bppRgb);
System.Windows.Forms (5)
System\Windows\Forms\Components\ImageList\ImageList.cs (1)
631
result = new
Bitmap
(_imageSize.Width, _imageSize.Height, PixelFormat.Format32bppArgb);
System\Windows\Forms\Control.cs (1)
5230
using Bitmap image =
new
(width, height, bitmap.PixelFormat);
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
942
using Bitmap textBmp =
new
(textSize.Width, textSize.Height, PixelFormat.Format32bppPArgb);
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
489
_cachedBitmap = new
Bitmap
(width, height, PixelFormat.Format32bppArgb);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2485
Bitmap result =
new
(bitmap.Width, bitmap.Height, bitmap.PixelFormat);
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);
389
image = new
Bitmap
(
422
image = new
Bitmap
(
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
183
Bitmap scaledBitmap =
new
(desiredSize.Width, desiredSize.Height, bitmap.PixelFormat);