10 references to Bitmap
PresentationFramework-SystemDrawing (2)
SystemDrawingExtension.cs (2)
78
Bitmap bitmap =
new
(stream);
110
return new
Bitmap
(bitmapStream);
System.Drawing.Common (4)
System\Drawing\Bitmap.cs (1)
71
public Bitmap(Type type, string resource) :
this
(GetResourceStream(type, resource))
System\Drawing\Icon.cs (1)
619
return new
Bitmap
(stream);
System\Drawing\ToolboxBitmapAttribute.cs (2)
193
Bitmap? bitmap = new
Bitmap
(stream);
317
Bitmap bitmap =
new
(stream);
System.Windows.Forms (1)
System\Windows\Forms\Nrbf\WinFormsSerializationRecordExtensions.cs (1)
53
bitmap = new
Bitmap
(new MemoryStream(data.GetArray()));
System.Windows.Forms.Design (3)
System\Drawing\Design\BitmapEditor.cs (1)
19
protected override Image LoadFromStream(Stream stream) => new
Bitmap
(stream);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
78
s_selectedColumnsItemBitmap = new
Bitmap
(
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
161
Bitmap addNewBitmap =
new
(