18 references to Load
System.Windows.Forms.Tests (18)
System\Windows\Forms\PictureBoxTests.cs (18)
1913Assert.ThrowsAny<Exception>(() => pictureBox.Load(value)); 1918Assert.ThrowsAny<Exception>(() => pictureBox.Load(value)); 1934Assert.ThrowsAny<Exception>(() => pictureBox.Load(value)); 1939Assert.ThrowsAny<Exception>(() => pictureBox.Load(value)); 1953Assert.ThrowsAny<Exception>(() => pictureBox.Load("Location")); 1959Assert.ThrowsAny<Exception>(() => pictureBox.Load("Location")); 1965Assert.Throws<InvalidOperationException>(() => pictureBox.Load(null)); 1971Assert.Throws<InvalidOperationException>(() => pictureBox.Load(string.Empty)); 1977pictureBox.Load(PathImageLocation); 1991pictureBox.Load(PathImageLocation); 1996pictureBox.Load(PathImageLocation); 2016pictureBox.Load(UrlImageLocation); 2021pictureBox.Load(UrlImageLocation); 2050pictureBox.Load(value); 2055pictureBox.Load(value); 2104pictureBox.Load(PathImageLocation); 2109pictureBox.Load(PathImageLocation); 2123Assert.Throws<InvalidOperationException>(() => pictureBox.Load(imageLocation));