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