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