3 writes to _localImageStreamReader
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
477_localImageStreamReader = new StreamReader(uri.LocalPath); 1018_localImageStreamReader = null; 1024_localImageStreamReader = null;
3 references to _localImageStreamReader
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
478Image img = Image.FromStream(_localImageStreamReader.BaseStream); 1015if (_localImageStreamReader is not null) 1017_localImageStreamReader.Dispose();