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