4 references to NeedToLoadImageLocationState
System.Windows.Forms (4)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (4)
319
_pictureBoxState[
NeedToLoadImageLocationState
] = !string.IsNullOrEmpty(_imageLocation);
466
_pictureBoxState[
NeedToLoadImageLocationState
] = false;
546
_pictureBoxState[
NeedToLoadImageLocationState
] = false;
1102
if (_pictureBoxState[
NeedToLoadImageLocationState
])