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