1 write to _uriImageStream
System.Windows.Forms (1)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
486
_uriImageStream
= await s_httpClient.GetStreamAsync(uri).ConfigureAwait(false);
3 references to _uriImageStream
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
487
Image img = Image.FromStream(
_uriImageStream
);
1021
if (
_uriImageStream
is not null)
1023
_uriImageStream
.Dispose();