23 writes to WaitOnLoad
System.Windows.Forms.Tests (22)
System\Windows\Forms\PictureBoxTests.cs (22)
721WaitOnLoad = true 746WaitOnLoad = true 772WaitOnLoad = true 792WaitOnLoad = true 831WaitOnLoad = true, 863WaitOnLoad = true, 888WaitOnLoad = true 1716WaitOnLoad = value 1721pictureBox.WaitOnLoad = value; 1725pictureBox.WaitOnLoad = !value; 1743WaitOnLoad = true 1763WaitOnLoad = true 1782WaitOnLoad = false 1832pictureBox.WaitOnLoad = true; 1988WaitOnLoad = true 2011WaitOnLoad = true 2046WaitOnLoad = true, 2078WaitOnLoad = true, 2100WaitOnLoad = true 2522pictureBox.WaitOnLoad = true; 2548pictureBox.WaitOnLoad = true; 2578pictureBox.WaitOnLoad = true;
WinFormsControlsTest (1)
PictureBoxes.cs (1)
34pictureBox1.WaitOnLoad = false;
7 references to WaitOnLoad
System.Windows.Forms (3)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (3)
329if (WaitOnLoad && !_pictureBoxState[InInitializationState] && !string.IsNullOrEmpty(_imageLocation)) 1111if (WaitOnLoad) 1213if (ImageLocation is not null && ImageLocation.Length != 0 && WaitOnLoad)
System.Windows.Forms.Tests (4)
System\Windows\Forms\PictureBoxTests.cs (4)
110Assert.False(control.WaitOnLoad); 1718Assert.Equal(value, pictureBox.WaitOnLoad); 1722Assert.Equal(value, pictureBox.WaitOnLoad); 1726Assert.Equal(!value, pictureBox.WaitOnLoad);