3 writes to _errorImage
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
243
_errorImage
= _defaultErrorImage;
255
_errorImage
= value;
771
_errorImage
= _defaultErrorImage;
2 references to _errorImage
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
233
if (
_errorImage
is null && _pictureBoxState[UseDefaultErrorImageState])
246
return
_errorImage
;