3 references to WaitOnLoad
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PictureBox.cs (3)
421if (WaitOnLoad && !pictureBoxState[PICTUREBOXSTATE_inInitialization] && !string.IsNullOrEmpty(imageLocation)) 1298if (WaitOnLoad) 1430if (ImageLocation != null && ImageLocation.Length != 0 && WaitOnLoad)