23 references to PathImageLocation
System.Windows.Forms.Tests (23)
System\Windows\Forms\PictureBoxTests.cs (23)
726pictureBox.ImageLocation = PathImageLocation; 728Assert.Equal(PathImageLocation, pictureBox.ImageLocation); 731pictureBox.ImageLocation = PathImageLocation; 733Assert.Equal(PathImageLocation, pictureBox.ImageLocation); 1748pictureBox.ImageLocation = PathImageLocation; 1749Assert.Same(PathImageLocation, pictureBox.ImageLocation); 1753Assert.Same(PathImageLocation, pictureBox.ImageLocation); 1787pictureBox.ImageLocation = PathImageLocation; 1788Assert.Same(PathImageLocation, pictureBox.ImageLocation); 1792Assert.Same(PathImageLocation, pictureBox.ImageLocation); 1977pictureBox.Load(PathImageLocation); 1978Assert.Equal(PathImageLocation, pictureBox.ImageLocation); 1991pictureBox.Load(PathImageLocation); 1992Assert.Same(PathImageLocation, pictureBox.ImageLocation); 1996pictureBox.Load(PathImageLocation); 1997Assert.Same(PathImageLocation, pictureBox.ImageLocation); 2104pictureBox.Load(PathImageLocation); 2105Assert.Equal(PathImageLocation, pictureBox.ImageLocation); 2109pictureBox.Load(PathImageLocation); 2110Assert.Equal(PathImageLocation, pictureBox.ImageLocation); 2517ImageLocation = PathImageLocation 2520Assert.Equal(PathImageLocation, pictureBox.ImageLocation); 2525Assert.Equal(PathImageLocation, pictureBox.ImageLocation);