8 references to Bitmap
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (1)
280Bitmap bitmap = new Bitmap(bitmapStream);
System.Drawing (4)
commonui\System\Drawing\BitmapSelector.cs (1)
215return new Bitmap(GetResourceStream(type, originalName));
commonui\System\Drawing\Icon.cs (1)
1110bitmap = new Bitmap(stream);
commonui\System\Drawing\ToolboxBitmapAttribute.cs (2)
365Bitmap b = new Bitmap(stream); 492bitmap = new Bitmap(stream);
System.Web.Entity.Design (2)
parent\parent\parent\parent\InternalApis\NDP_FX\inc\BitmapSelector.cs (1)
215return new Bitmap(GetResourceStream(type, originalName));
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
32this.SetGlyph(new Bitmap(BitmapSelector.GetResourceStream(typeof(EntityDataSourceWizardForm), "EntityDataSourceWizard.bmp")));
System.Windows.Forms (1)
parent\parent\parent\InternalApis\NDP_FX\inc\BitmapSelector.cs (1)
215return new Bitmap(GetResourceStream(type, originalName));