12 references to Bitmap
PresentationFramework-SystemDrawing (2)
SystemDrawingExtension.cs (2)
119
Bitmap img = new
Bitmap
(stream);
149
return new
Bitmap
(bitmapStream);
System.Drawing.Common.Tests (5)
System\Drawing\BitmapTests.cs (5)
121
using Bitmap bitmap =
new
(stream);
146
AssertExtensions.Throws<ArgumentNullException, ArgumentException>("stream", null, () => new
Bitmap
((Stream)null));
154
AssertExtensions.Throws<ArgumentException>(null, () => new
Bitmap
(stream));
1574
using Bitmap bitmap =
new
(new TestStream(stream, canSeek: false));
1596
using (Bitmap bitmap =
new
(backingStream))
System.Windows.Forms (1)
System\Windows\Forms\Nrbf\WinFormsSerializationRecordExtensions.cs (1)
52
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
(
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\EmbeddedResourceTests.cs (1)
106
using Bitmap bitmap =
new
(stream);