5 references to Bitmap
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (1)
90
_image = new
Bitmap
(typeof(ToolStripPanelSelectionGlyph), fileName);
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
289
Bitmap addNewBitmap =
new
(typeof(DesignBindingPicker), "AddNewDataSource.bmp");
1903
Bitmap images =
new
(typeof(DesignBindingPicker), "DataPickerImages.bmp");
System\Windows\Forms\Design\DesignBindingValueUIHandler.cs (1)
24
_dataBitmap = new
Bitmap
(typeof(DesignBindingValueUIHandler), "BoundProperty.bmp");
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
583
image = new
Bitmap
(typeof(ToolStripItemEditorForm), "BlankToolstrip.bmp");