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)
485Image img = Image.FromStream(_uriImageStream); 1019if (_uriImageStream is not null) 1021_uriImageStream.Dispose();