4 references to NeedToLoadImageLocationState
System.Windows.Forms (4)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (4)
321
_pictureBoxState[
NeedToLoadImageLocationState
] = !string.IsNullOrEmpty(_imageLocation);
468
_pictureBoxState[
NeedToLoadImageLocationState
] = false;
548
_pictureBoxState[
NeedToLoadImageLocationState
] = false;
1107
if (_pictureBoxState[
NeedToLoadImageLocationState
])