3 references to WaitOnLoad
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
327if (WaitOnLoad && !_pictureBoxState[InInitializationState] && !string.IsNullOrEmpty(_imageLocation)) 1106if (WaitOnLoad) 1208if (ImageLocation is not null && ImageLocation.Length != 0 && WaitOnLoad)