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