3 writes to _errorImage
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
244_errorImage = _defaultErrorImage; 256_errorImage = value; 772_errorImage = _defaultErrorImage;
2 references to _errorImage
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
234if (_errorImage is null && _pictureBoxState[UseDefaultErrorImageState]) 247return _errorImage;