3 writes to _localImageStreamReader
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
475_localImageStreamReader = new StreamReader(uri.LocalPath); 1016_localImageStreamReader = null; 1022_localImageStreamReader = null;
3 references to _localImageStreamReader
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
476Image img = Image.FromStream(_localImageStreamReader.BaseStream); 1013if (_localImageStreamReader is not null) 1015_localImageStreamReader.Dispose();