8 references to UrlImageLocation
System.Windows.Forms.Tests (8)
System\Windows\Forms\PictureBoxTests.cs (8)
749pictureBox.ImageLocation = UrlImageLocation; 751Assert.Same(UrlImageLocation, pictureBox.ImageLocation); 754pictureBox.ImageLocation = UrlImageLocation; 756Assert.Same(UrlImageLocation, pictureBox.ImageLocation); 2014pictureBox.Load(UrlImageLocation); 2015Assert.Same(UrlImageLocation, pictureBox.ImageLocation); 2019pictureBox.Load(UrlImageLocation); 2020Assert.Same(UrlImageLocation, pictureBox.ImageLocation);