23 references to PathImageLocation
System.Windows.Forms.Tests (23)
System\Windows\Forms\PictureBoxTests.cs (23)
724pictureBox.ImageLocation = PathImageLocation; 726Assert.Equal(PathImageLocation, pictureBox.ImageLocation); 729pictureBox.ImageLocation = PathImageLocation; 731Assert.Equal(PathImageLocation, pictureBox.ImageLocation); 1746pictureBox.ImageLocation = PathImageLocation; 1747Assert.Same(PathImageLocation, pictureBox.ImageLocation); 1751Assert.Same(PathImageLocation, pictureBox.ImageLocation); 1785pictureBox.ImageLocation = PathImageLocation; 1786Assert.Same(PathImageLocation, pictureBox.ImageLocation); 1790Assert.Same(PathImageLocation, pictureBox.ImageLocation); 1975pictureBox.Load(PathImageLocation); 1976Assert.Equal(PathImageLocation, pictureBox.ImageLocation); 1989pictureBox.Load(PathImageLocation); 1990Assert.Same(PathImageLocation, pictureBox.ImageLocation); 1994pictureBox.Load(PathImageLocation); 1995Assert.Same(PathImageLocation, pictureBox.ImageLocation); 2102pictureBox.Load(PathImageLocation); 2103Assert.Equal(PathImageLocation, pictureBox.ImageLocation); 2107pictureBox.Load(PathImageLocation); 2108Assert.Equal(PathImageLocation, pictureBox.ImageLocation); 2515ImageLocation = PathImageLocation 2518Assert.Equal(PathImageLocation, pictureBox.ImageLocation); 2523Assert.Equal(PathImageLocation, pictureBox.ImageLocation);