4 references to NeedToLoadImageLocationState
System.Windows.Forms (4)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (4)
320
_pictureBoxState[
NeedToLoadImageLocationState
] = !string.IsNullOrEmpty(_imageLocation);
467
_pictureBoxState[
NeedToLoadImageLocationState
] = false;
547
_pictureBoxState[
NeedToLoadImageLocationState
] = false;
1106
if (_pictureBoxState[
NeedToLoadImageLocationState
])