8 references to UrlImageLocation
System.Windows.Forms.Tests (8)
System\Windows\Forms\PictureBoxTests.cs (8)
751
pictureBox.ImageLocation =
UrlImageLocation
;
753
Assert.Same(
UrlImageLocation
, pictureBox.ImageLocation);
756
pictureBox.ImageLocation =
UrlImageLocation
;
758
Assert.Same(
UrlImageLocation
, pictureBox.ImageLocation);
2016
pictureBox.Load(
UrlImageLocation
);
2017
Assert.Same(
UrlImageLocation
, pictureBox.ImageLocation);
2021
pictureBox.Load(
UrlImageLocation
);
2022
Assert.Same(
UrlImageLocation
, pictureBox.ImageLocation);