8 references to Bitmap
System.Web.DataVisualization (2)
Common\Utilities\XmlSerializer.cs (2)
715
System.Drawing.Bitmap image = new
Bitmap
(tempImage); // !!! .Net bug when image source stream is closed - can create brush using the image
3193
objValue = new
Bitmap
(System.Drawing.Image.FromStream(imageStream)); // !!! .Net bug when image source stream is closed - can create brush using the image
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ImageList.cs (1)
446
bitmap = new
Bitmap
((Image)original.image);
winforms\Managed\System\WinForms\ListView.cs (1)
3232
Bitmap bm = new
Bitmap
(this.BackgroundImage);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2479
Bitmap transparentBitmap = new
Bitmap
(originalBitmap);
System.Windows.Forms.DataVisualization (2)
Common\Utilities\XmlSerializer.cs (2)
715
System.Drawing.Bitmap image = new
Bitmap
(tempImage); // !!! .Net bug when image source stream is closed - can create brush using the image
3193
objValue = new
Bitmap
(System.Drawing.Image.FromStream(imageStream)); // !!! .Net bug when image source stream is closed - can create brush using the image
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
1655
Bitmap temporaryBitmap = new
Bitmap
(memoryBitmap);