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