8 references to UrlImageLocation
System.Windows.Forms.Tests (8)
System\Windows\Forms\PictureBoxTests.cs (8)
751pictureBox.ImageLocation = UrlImageLocation; 753Assert.Same(UrlImageLocation, pictureBox.ImageLocation); 756pictureBox.ImageLocation = UrlImageLocation; 758Assert.Same(UrlImageLocation, pictureBox.ImageLocation); 2016pictureBox.Load(UrlImageLocation); 2017Assert.Same(UrlImageLocation, pictureBox.ImageLocation); 2021pictureBox.Load(UrlImageLocation); 2022Assert.Same(UrlImageLocation, pictureBox.ImageLocation);