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