4 references to PICTUREBOXSTATE_needToLoadImageLocation
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PictureBox.cs (4)
412
pictureBoxState[
PICTUREBOXSTATE_needToLoadImageLocation
] = !string.IsNullOrEmpty(imageLocation);
577
pictureBoxState[
PICTUREBOXSTATE_needToLoadImageLocation
] = false;
666
pictureBoxState[
PICTUREBOXSTATE_needToLoadImageLocation
] = false;
1294
if (pictureBoxState[
PICTUREBOXSTATE_needToLoadImageLocation
])