7 references to FromStream
System.Drawing.Common (1)
System\Drawing\ImageConverter.cs (1)
33
return Image.
FromStream
(memStream);
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
475
Image img = Image.
FromStream
(_localImageStreamReader.BaseStream);
484
Image img = Image.
FromStream
(_uriImageStream);
620
img = Image.
FromStream
(_tempDownloadStream!);
System.Windows.Forms.Design (2)
System\Drawing\Design\ImageEditor.cs (1)
168
return Image.
FromStream
(memoryStream);
System\Windows\Forms\Design\ImageListImage.cs (1)
57
return new ImageListImage((Bitmap)Image.
FromStream
(stream));
WindowsFormsIntegration (1)
System\Windows\Integration\HostUtils.cs (1)
292
using (newImage = SD.Image.
FromStream
(memoryStream))