1 write to imageLocation
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PictureBox.cs (1)
410
imageLocation
= value;
10 references to imageLocation
System.Windows.Forms (10)
winforms\Managed\System\WinForms\PictureBox.cs (10)
404
return
imageLocation
;
412
pictureBoxState[PICTUREBOXSTATE_needToLoadImageLocation] = !string.IsNullOrEmpty(
imageLocation
);
415
if (string.IsNullOrEmpty(
imageLocation
) &&
421
if (WaitOnLoad && !pictureBoxState[PICTUREBOXSTATE_inInitialization] && !string.IsNullOrEmpty(
imageLocation
))
569
if (
imageLocation
== null ||
imageLocation
.Length == 0)
585
Uri uri = CalculateUri(
imageLocation
);
636
if (
imageLocation
== null ||
imageLocation
.Length == 0)
671
WebRequest req = WebRequest.Create(CalculateUri(
imageLocation
));