33 references to Bitmap
System.Drawing (2)
commonui\System\Drawing\Bitmap.cs (1)
324
public Bitmap(Image original, int width, int height) :
this
(width, height) {
commonui\System\Drawing\Icon.cs (1)
1065
bitmap = new
Bitmap
(size.Width, size.Height); // initialized to transparent
System.Web.DataVisualization (5)
Common\Annotation\TextAnnotation.cs (1)
937
graphicsImage = new System.Drawing.
Bitmap
(Common.ChartPicture.Width, Common.ChartPicture.Height);
Common\General\Chart.cs (3)
249
using (Bitmap bitmap = new
Bitmap
(this.Width, this.Height))
320
image = new
Bitmap
(Math.Max(1,Width), Math.Max(1,Height));
1623
Bitmap image = new
Bitmap
(Math.Max(1,Width), Math.Max(1,Height));
Common\General\ChartGraphics.cs (1)
401
Bitmap bitmap = new
Bitmap
(image.Width, image.Height);
System.Web.Mobile (3)
UI\MobileControls\Design\Util\ImageCreator.cs (2)
34
using(Bitmap bmp = new
Bitmap
(1,1))
111
Bitmap bitmap = new
Bitmap
(width, height);
UI\MobileControls\Design\Util\WbmpConverter.cs (1)
49
Bitmap bitmap = new
Bitmap
(width, height);
System.Windows.Forms (17)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
120
using (Bitmap b = new
Bitmap
(2, 2)) {
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
258
Bitmap bitmap = new
Bitmap
(fullSize.Width, fullSize.Height);
winforms\Managed\System\WinForms\ControlPaint.cs (7)
1279
Bitmap bitmap = new
Bitmap
(rectangle.Width, rectangle.Height);
1362
using (Bitmap bitmap = new
Bitmap
(width, height)) {
1476
Bitmap bitmap = new
Bitmap
(width, height);
1596
using (Bitmap bmp = new
Bitmap
(image.Width, image.Height)) {
2156
Bitmap bitmap = new
Bitmap
(patternSize, patternSize);
2204
Bitmap b = new
Bitmap
(2,2);
2276
Bitmap bitmap = new
Bitmap
(patternSize, patternSize);
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1434
Bitmap bitmap = new
Bitmap
(fullSize.Width, fullSize.Height);
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
862
bmFlipXPThemes = this.FlipXPThemesBitmap = new
Bitmap
(backgroundBounds.Width, backgroundBounds.Height);
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
834
using (Bitmap bmFlipXPThemes = new
Bitmap
(backgroundBounds.Height, backgroundBounds.Width)) {
winforms\Managed\System\WinForms\ImageList.cs (1)
745
result = new
Bitmap
(imageSize.Width, imageSize.Height);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1121
bitmap = new
Bitmap
(scaledIconWidth, scaledIconHeight);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2839
using (Bitmap image = new
Bitmap
(bounds.Width, bounds.Height))
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
817
Bitmap image = new
Bitmap
(16, 16);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
1079
Bitmap disabledBitmap = new
Bitmap
(size.Width, size.Height);
System.Windows.Forms.DataVisualization (5)
Common\Annotation\TextAnnotation.cs (1)
937
graphicsImage = new System.Drawing.
Bitmap
(Common.ChartPicture.Width, Common.ChartPicture.Height);
Common\General\Chart.cs (3)
249
using (Bitmap bitmap = new
Bitmap
(this.Width, this.Height))
320
image = new
Bitmap
(Math.Max(1,Width), Math.Max(1,Height));
1623
Bitmap image = new
Bitmap
(Math.Max(1,Width), Math.Max(1,Height));
Common\General\ChartGraphics.cs (1)
401
Bitmap bitmap = new
Bitmap
(image.Width, image.Height);
System.WorkflowServices (1)
System\Workflow\Activities\Design\RichListBox.cs (1)
245
listItemBitmapCache.Add(viewType.Name, new
Bitmap
(listItemRenderer.Size.Width, listItemRenderer.Size.Height));