2 references to LoadAsync
System.Windows.Forms.Tests (1)
System\Windows\Forms\PictureBoxTests.cs (1)
2133Assert.Throws<InvalidOperationException>(() => pictureBox.LoadAsync(imageLocation));
WinFormsControlsTest (1)
PictureBoxes.cs (1)
35pictureBox1.LoadAsync(imageUri.Text);