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