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