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